Commit graph

3 commits

Author SHA1 Message Date
a1346054
e9cf2e455c Convert text file to utf-8 2021-08-30 13:23:00 +00: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
7e2b5e43df Add CONTRIBUTING.md with some (hopefully) useful pointers 2016-09-18 22:36:21 +02:00