summaryrefslogtreecommitdiff
path: root/_test/test_float.py
Commit message (Collapse)AuthorAgeFilesLines
* fix issue #214 part two: use __qualname__ for ↵Anthon van der Neut2018-09-261-88/+0
| | | | | | | | | tag:yaml.org,2002:python/object/apply this definately needs some test *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* fix issue #229 enable round-trip of floats without number before the dotAnthon van der Neut2018-08-301-0/+4
| | | | | | | [ .5, -.5, +.5 ] should work *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* add failing test re #229Anthon van der Neut2018-08-301-0/+2
|
* cleanup of commented out xfails, added some (most failing) rt tests for spec ↵Anthon van der Neut2018-08-291-2/+0
| | | | examples
* undid miswrapping of testsAnthon van der Neut2018-08-051-52/+26
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-26/+53
|
* 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)*
* Merge PR29, fixes issue #195Anthon van der Neut2018-06-131-0/+11
|\ | | | | | | | | *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)*
| * Attempted fix for scientic notation parsingRolf Wojtech2018-03-211-0/+11
|/
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-211-0/+11
| | | | | | | | | | | | | Thanks for reporting I "fixed" this by making the operators return a normal (bare) float, as the preservation is mostly there for round-trips without operations. Contrary to ScalarInt you cannot as easily preserve the style, and that needs a lot more testing, and probably much smarter code (i.e. 1.23e4 *= 10 should probably give 1.23e5 and not 12.3e4). *If this change makes things work again without your explicit convert to bare float, please **Close** this issue.*
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-091-3/+3
|
* more float stuff and mypy changesAnthon van der Neut2017-08-061-5/+43
|
* scalarfloat supportAnthon van der Neut2017-08-061-0/+105