1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-09-20 19:32:05 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Hugo
5b681810fc Test other CPU architectures 2020-02-21 11:36:25 +02:00
Hugo
c377040a53 Test on Python 3.9-dev to avoid surprises 2020-02-18 19:54:54 +01:00
Joakim Hamren
3723f573d3 Reverting usage of python setup.py test 2016-01-20 09:10:48 +01:00
Joakim Hamren
23f092438e Added test package requirements to setup.py 2016-01-18 06:45:34 +01:00
Tim Dawborn
04428508d6 * Refactored the unit testing and benchmarking code to work natively under
both Python 2 and Python 3, removing the need for 2to3 to be run. This
  indirectly fixes #177.
* Corrected a duplicate-named method in the unit testing code. Corrected the
  now-exposed broken logic that wasn't being tested. This was
  highlighted in #186 but the author did not appear to realise that the
  method name was being masked in the unit test class.
* Corrected the test case skipping logic to use unittest.skipIf instead
  of just returning from the method upon an ImportError so that the skip
  can actually be registered as a skipped test instead of a passed test.
* Updated the tests to additionally run on Python 3.5 on Travis. This
  covers #195.
* Merged the two benchmarking files into one, and modularised the code.
  Also added native RST output so the benchmarking results can be placed
  directly into the README file.
2015-12-29 14:23:23 +11:00
INADA Naoki
df1b562e0c Use new Docker based Travis-CI 2014-12-25 16:30:58 +09:00
Joakim Hamren
8dd258be5f Setting up Travis CI 2014-10-30 23:41:25 +01:00