Commit graph

10 commits

Author SHA1 Message Date
Roberta
e1a9e7af85
Change to python3
Just swapped python3 for python
2021-05-12 10:02:32 -05:00
Niels Thykier
a15acb3e4e
Rename testX.py to test_X.py to make py.test work out of the box (#181)
This rename makes py.test/py.test-3 find the test suite out of the
box.  Example command lines:

       # Running the test suite (optionally include "-v")
       $ py.test-3
       # Running the test suite with coverage enabled (and branch
       # coverage).
       $ py.test-3 --cov=scour --cov-report=html --cov-branch

Signed-off-by: Niels Thykier <niels@thykier.net>
2020-05-17 19:55:24 +02:00
Eduard Braun
8ac344daf2 Update Makefile
- add `make` target to run unittests
- add a convenience `check` target (that runs unittests and flake8 for now)
- remove `test_error_on_flowtext` target (we have unittests for that now)
2016-09-17 17:09:35 +02:00
Eduard Braun
582c2dd9b7 Add coverage to Makefile and improve clean target 2016-09-17 02:26:13 +02:00
Eduard Braun
f27ad1e416 add flake8 to Makefile 2016-09-15 22:15:10 +02:00
Tobias Oberstein
b14e801cb7 add option to check and warn or bail out on flowtext 2016-04-02 16:49:10 +02:00
Tobias Oberstein
d3b29a68da fix links; only upload source dist 2015-11-16 18:12:56 +01:00
Tobias Oberstein
e903475289 cleanups; bump version 2015-11-16 18:05:35 +01:00
Tobias Oberstein
0e35c9d40f more README, publish 2013-10-22 18:25:37 +02:00
Tobias Oberstein
f89b6bbf6a initial source import (v0.26) and packaging 2013-10-22 16:31:42 +02:00