George Edward Bulmer
|
9ca6baca4f
|
Modify instances of re.match to fullmatch or search.
This applies the changes to the tests directory only.
|
2017-12-12 15:07:37 +00:00 |
|
Gyorgy Orban
|
bb54a954fe
|
use subprocess run
The usage of subprocess.run is recommended since python 3.5.
Popen, check_call, call and check_output calls were replaced with run.
|
2017-11-01 09:59:32 +01:00 |
|
Florian Bruhin
|
7adab9ec78
|
Fix long line
|
2017-10-16 09:58:44 +02:00 |
|
Florian Bruhin
|
5307b97ca5
|
Improve checkpyver error message
|
2017-10-16 09:24:31 +02:00 |
|
Florian Bruhin
|
505321c336
|
Drop support for Python 3.4
See #2742
|
2017-09-18 23:01:17 +02:00 |
|
Florian Bruhin
|
822623f2ed
|
Finally update copyrights...
|
2017-05-09 21:37:03 +02:00 |
|
Florian Bruhin
|
ca4f249c30
|
Use three-argument form of monkeypatch.*attr
|
2017-03-01 11:33:41 +01:00 |
|
Florian Bruhin
|
6a07d231f4
|
pykint: Add some disable=unused-variable
|
2016-07-11 13:18:31 +02:00 |
|
Florian Bruhin
|
2a343cb3a1
|
Various code style improvements
|
2016-04-27 20:25:27 +02:00 |
|
Florian Bruhin
|
526441bcae
|
Fix new flake8 lint.
For some reason these issues weren't shown with pytest-pep8/flakes.
|
2016-01-22 17:33:58 +01:00 |
|
Florian Bruhin
|
a5f2ac5f03
|
Adjust copyright years.
|
2016-01-04 07:12:39 +01:00 |
|
Florian Bruhin
|
150a83d8f4
|
pylint: Remove unneeded supressions.
|
2015-12-01 22:03:58 +01:00 |
|
Florian Bruhin
|
3e255eae64
|
Skip some tests when frozen.
|
2015-08-26 20:29:56 +02:00 |
|
Florian Bruhin
|
acfdf8b956
|
Fix lint.
|
2015-08-19 07:57:47 +02:00 |
|
Florian Bruhin
|
4efa022528
|
Fix test_checkpyver on Pythons without Tkinter.
|
2015-08-19 07:12:04 +02:00 |
|
Florian Bruhin
|
1a61e53daa
|
100% test coverage for misc.checkpyver.
|
2015-08-19 05:58:52 +02:00 |
|