summaryrefslogtreecommitdiff
path: root/_test/test_json_numbers.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-5/+7
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-3/+2
| | | | add future deprecation warning to old style functions
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-4/+11
|
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-1/+1
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-2/+4
| | | | | a comment from its original column - flake 8
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+48
although the package dirs were explicitly specified. This used to lead to half included, non-working test directory contents that have no place in a distribution. This fixes issue #17