- 15 Jan, 2020 1 commit
-
-
Stephan Kuschel authored
-
- 04 Sep, 2019 1 commit
-
-
Alexander Blinne authored
-
- 31 Jan, 2019 1 commit
-
-
Stephan Kuschel authored
-
- 18 Jan, 2019 1 commit
-
-
Stephan Kuschel authored
-
- 18 Apr, 2018 1 commit
-
-
Stephan Kuschel authored
-
- 18 Dec, 2017 1 commit
-
-
Alexander Blinne authored
-
- 12 Dec, 2017 1 commit
-
-
Alexander Blinne authored
-
- 28 Nov, 2017 1 commit
-
-
Stephan Kuschel authored
-
- 16 Nov, 2017 2 commits
-
-
Stephan Kuschel authored
-
Stephan Kuschel authored
-
- 08 Nov, 2017 1 commit
-
-
Stephan Kuschel authored
-
- 19 Jul, 2016 1 commit
-
-
Stephan Kuschel authored
use either pycodestyle or pep8, whatever is found.
-
- 06 Jan, 2016 1 commit
-
-
Stephan Kuschel authored
-
- 21 Dec, 2015 2 commits
-
-
Stephan Kuschel authored
this allows to use any python interpreter for running all subcommands for testing.
-
Stephan Kuschel authored
-
- 19 Nov, 2015 1 commit
-
-
Stephan Kuschel authored
These switches prefix all subcommands with either "python2" or "python3". This allows to run the tests on python2 and python3 if both python versions are installed in one system. If those arguments are not provided, the default python enviroment is used.
-
- 18 Nov, 2015 2 commits
-
-
Stephan Kuschel authored
tests successful on python3
-
Stephan Kuschel authored
-
- 03 Aug, 2015 1 commit
-
-
Stephan Kuschel authored
this interface was added in autopep8 v1.2
-
- 21 Jul, 2015 1 commit
-
-
Stephan Kuschel authored
-
- 31 Mar, 2015 1 commit
-
-
Stephan Kuschel authored
-
- 30 Mar, 2015 1 commit
-
-
myeung01 authored
-
- 15 Mar, 2015 1 commit
-
-
Stephan Kuschel authored
-
- 11 Mar, 2015 1 commit
-
-
Stephan Kuschel authored
this file is also included in the tests.
-
- 10 Feb, 2015 1 commit
-
-
Stephan Kuschel authored
`os.system(cmd)` does not return the correct error codes as expected. now replaced by `subprocess.call(cmd)` which does.
-
- 21 Jan, 2015 1 commit
-
-
Stephan Kuschel authored
instead of `run-tests` there is a `run-tests.py` now, that runs all the tests on execution. Tested with the latest pythonxy on windows 7.
-