pycdc/tests
John Richards 870ecdc430 Handle NaN and infinity values
Right now, NaN/infinity values will produce "nan" and "inf", but
Python doesn't allow those in source code. This change will wrap
those values in float(''), which is allowed.

Tests for Python 2.7 and 3.8 have been added as well.

Fixes #136
2020-10-15 21:04:57 -04:00
..
compiled Handle NaN and infinity values 2020-10-15 21:04:57 -04:00
input Handle NaN and infinity values 2020-10-15 21:04:57 -04:00
tokenized Handle NaN and infinity values 2020-10-15 21:04:57 -04:00
xfail Unmangle private names ('__' prefix) in class declarations. 2019-10-10 14:47:48 -07:00
all_tests.sh Simplify the output of decompyle_test.sh, and actually fail the 2019-10-03 16:05:30 -07:00
decompyle_test.sh Add MSVC-based CI build 2019-10-09 20:33:39 -07:00