2019-02-01 10:22:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 1.0.4
1.0.4
- Support flake8 3.7+ by checking existence of "app.make_notifier";
- More fixes for Travis CI -- properly specify Python versions, in
particular for pypy (and fix a typo)
|
2019-01-15 11:27:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 1.0.3
1.0.3
- Don't use long deprecated functions from pytest, broke with pytest 4.1.0
- Fix typo that caused some tests to not run as expected
- Run Travis CI tests against Python 3.7, and fix some issues with current tox
|
2018-08-02 17:36:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 1.0.2
1.0.2
- Test on Python 3.7
- Escape a regex tring with r""
|
2018-05-15 08:37:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 1.0.1
1.0.1:
- Correct junit XML output for pytest 3.5.x
|
2018-03-23 12:06:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 1.0.0
1.0.0:
- Honor ignore settings in default flake8 config section
- Improve junit XML output
|
2017-11-26 18:17:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-flake8: updated to 0.9.1
0.9.1
Do continuous integration with Travis
Declare compatibility with Python 3.6
|
2017-08-21 17:35:11 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
pytest plugin to check FLAKE8 requirements.
After installing it, when you run tests with the option:
py.test --flake8
every file ending in .py will be discovered and checked with flake8.
|