Dave Halter
|
d7d1d67828
|
Refactor some tests to make sure cross parsing versions works.
|
2017-07-12 21:32:16 +02:00 |
|
Dave Halter
|
abc4852bd4
|
Write an abstraction to test if source code is valid for a certain python version or not.
|
2017-07-12 18:58:43 +02:00 |
|
Dave Halter
|
d3115acb33
|
Refactor a parse call.
|
2017-07-12 10:03:48 +02:00 |
|
Dave Halter
|
75d41c09cd
|
Trying to run more tests in all versions against all versions.
|
2017-07-12 09:37:47 +02:00 |
|
Dave Halter
|
e731eecdd8
|
Make the tokenizer version independent.
|
2017-07-11 23:29:44 +02:00 |
|
Dave Halter
|
b6022c7a80
|
Add total_ordering for python 2.6.
|
2017-07-11 00:33:26 +02:00 |
|
Dave Halter
|
c93546bfd9
|
Get tox -e py27 working.
|
2017-07-11 00:26:24 +02:00 |
|
Dave Halter
|
dd7c12834e
|
Clarify when using print() is the right use or not.
|
2017-07-11 00:11:25 +02:00 |
|
Dave Halter
|
20fdc18ec5
|
We can now also test certain problems with python 2.
|
2017-07-10 23:57:36 +02:00 |
|
Dave Halter
|
069e9b57f2
|
Fix an issue for python 2.
|
2017-07-10 23:57:18 +02:00 |
|
Dave Halter
|
679851dbf1
|
Make it possible to use certain python versions according to the file name of a normalizer issue file.
|
2017-07-10 23:50:17 +02:00 |
|
Dave Halter
|
ff949d1061
|
Fix utf-8 bom positions.
|
2017-07-10 23:38:44 +02:00 |
|
Dave Halter
|
859c48170e
|
Add the utf-8 bom to the prefix in the tokenizer.
|
2017-07-10 23:26:15 +02:00 |
|
Dave Halter
|
b3923e65e8
|
Try to add syntax errors to pep8 normalizing.
|
2017-07-10 23:04:54 +02:00 |
|
Dave Halter
|
53cf408d99
|
Add some tests for python error listing.
|
2017-07-09 16:57:27 +02:00 |
|
Dave Halter
|
9899c703ea
|
Fix a diff parser issue.
|
2017-07-09 11:55:23 +02:00 |
|
Dave Halter
|
5b5e4a0616
|
Generate error tokens in the tokenizer if the indentation is dedented wrongly.
|
2017-07-09 10:44:24 +02:00 |
|
Dave Halter
|
8ad37f6036
|
Move parsing the version around.
|
2017-07-09 00:49:23 +02:00 |
|
Dave Halter
|
c28ec5f182
|
Move tokenize.py and token.py to the python folder.
|
2017-07-09 00:06:14 +02:00 |
|
Dave Halter
|
7198df85ba
|
Remove issue if the previous leaf is an error leaf.
|
2017-07-08 23:12:08 +02:00 |
|
Dave Halter
|
65168577cf
|
Fix comment issues (E26x).
|
2017-07-08 13:57:39 +02:00 |
|
Dave Halter
|
a5ea2f7add
|
Rework some todos.
|
2017-07-08 12:12:53 +02:00 |
|
Dave Halter
|
3943618fe2
|
Remove E999 and replace them with todos.
|
2017-07-08 12:07:00 +02:00 |
|
Dave Halter
|
1e2abec7f2
|
Fix all tests. Finally.
|
2017-07-08 12:00:58 +02:00 |
|
Dave Halter
|
0846ad6337
|
Fix an issue with brackets on weird lines.
|
2017-07-07 09:57:52 +02:00 |
|
Dave Halter
|
c951a24730
|
Some more fixes. Test run now with pytest -k 'not E12' under Python 3.5.
|
2017-07-07 00:55:46 +02:00 |
|
Dave Halter
|
5142870815
|
Cleanup some backslash node stuff.
|
2017-07-06 22:58:50 +02:00 |
|
Dave Halter
|
b3f42a8920
|
Fix some more test details.
|
2017-07-06 21:58:24 +02:00 |
|
Dave Halter
|
b2e35bc573
|
Add better line length checks (E501).
|
2017-07-06 17:39:23 +02:00 |
|
Dave Halter
|
507f190123
|
More newlines.
|
2017-07-06 02:07:25 +02:00 |
|
Dave Halter
|
89ed85d2e1
|
Add some newlines to avoid issues in other files.
|
2017-07-06 02:05:15 +02:00 |
|
Dave Halter
|
280f3edf6d
|
Fix E392.
|
2017-07-06 01:46:52 +02:00 |
|
Dave Halter
|
339d30776a
|
Some test modifications to get more passing.
|
2017-07-06 00:17:16 +02:00 |
|
Dave Halter
|
da841adcb9
|
Fix the decorator blank line issues E304.
|
2017-07-06 00:14:36 +02:00 |
|
Dave Halter
|
fdad958b64
|
Fix most newline issues.
|
2017-07-05 17:15:24 +02:00 |
|
Dave Halter
|
6d91bcefe6
|
Add some test files for E30x.
|
2017-07-04 08:58:06 +02:00 |
|
Dave Halter
|
602dcb11d7
|
Get all tests passing except those E12* tests.
You can reproduce this with "pytest -k 'not E12'".
|
2017-07-02 22:50:37 +02:00 |
|
Dave Halter
|
dd950392c8
|
Remove E999 for now, because those issues are not defined. Also change a few small things where issues were wrong.
|
2017-07-02 22:12:02 +02:00 |
|
Dave Halter
|
d9ebb09e64
|
Add length checks for line lengths.
|
2017-07-02 20:17:55 +02:00 |
|
Dave Halter
|
3057d15a4d
|
Fix some issues with backslashes.
|
2017-07-02 19:38:07 +02:00 |
|
Dave Halter
|
36a59a3d3b
|
Starting to refactor the normalizer to make sure that comments are also checked for indentation.
Using a linked list now for the indentation stack.
|
2017-07-02 18:58:43 +02:00 |
|
Dave Halter
|
7a7ad2038d
|
Trying to change the prefix parsing a bit.
|
2017-06-29 22:47:31 +02:00 |
|
Dave Halter
|
063d4b052e
|
Some tests for E291.
|
2017-06-28 23:18:47 +02:00 |
|
Dave Halter
|
d608b7ca7f
|
One more E292 test.
|
2017-06-28 23:18:30 +02:00 |
|
Dave Halter
|
ae4700b0d4
|
Add E292 (eof should end with newline) with tests.
|
2017-06-28 23:13:51 +02:00 |
|
Dave Halter
|
e1e42d3d41
|
Add more E101 tests.
|
2017-06-28 19:49:14 +02:00 |
|
Dave Halter
|
a3129ad8ef
|
Add some tests for python3.
|
2017-06-28 18:24:58 +02:00 |
|
Dave Halter
|
e47c9d72fa
|
Add some utf-8 tests.
|
2017-06-28 18:13:57 +02:00 |
|
Dave Halter
|
b4a2f2bb61
|
Add a latin1 test.
|
2017-06-28 18:11:32 +02:00 |
|
Dave Halter
|
31fd7c335f
|
Fixed 231 issues.
|
2017-06-28 10:28:27 +02:00 |
|