Ashley Whetter
|
685d1d34c8
|
Updated to latest black formatting
|
2022-02-08 19:37:55 -08:00 |
|
Ashley Whetter
|
5faec73073
|
Fixed error when parsing a class with no constructor
|
2021-06-21 23:10:52 -07:00 |
|
Ashley Whetter
|
d40122948b
|
Remaining rtfd -> readthedocs replacements
|
2020-01-03 12:12:04 -08:00 |
|
Ashley Whetter
|
02b0c0a098
|
Made it more clear which file causes an error
|
2019-08-25 17:04:30 -07:00 |
|
Ashley Whetter
|
86a2aeb6d7
|
Fixed some unicode decode errors
|
2019-08-25 15:53:58 -07:00 |
|
Ashley Whetter
|
589826e90c
|
Can override ignoring local imports in modules by using __all__
|
2019-06-23 12:36:58 -07:00 |
|
Ashley Whetter
|
c6b46969f8
|
Fixed decoding of binary data on Python 2
Fixes #159
|
2019-03-30 13:43:26 -07:00 |
|
Ashley Whetter
|
f77bf19800
|
Added Black formatting
|
2019-01-26 21:20:45 -08:00 |
|
Ashley Whetter
|
00894a959e
|
Overhauled Python import resolution logic
Stable in more complex cases.
Capable of giving more detailed warnings.
More closely matches real import logic.
Closes #156
|
2019-01-26 16:18:16 -08:00 |
|
Ashley Whetter
|
2e8aab2653
|
Added complex integration tests
|
2019-01-26 16:18:16 -08:00 |
|
Ashley Whetter
|
88eea89bb5
|
Reorganised Python tests to be more pytest-like
|
2019-01-26 16:18:16 -08:00 |
|