Skip to content
Snippets Groups Projects
Commit 0d388137ae84 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Add pytest as a dependency with minimal configuration

Pytest is the best python test runner in 2019, so it makes sense
for us to use it for testing our own scripts.
Since its test discovery relies on python modules (even in Python 3),
this change adds the required __init__.py files in the folder structure.
A minimal pytest.ini config file was added with usual parameters.
parent eb31e66d4789
No related branches found
No related tags found
No related merge requests found
[pytest]
addopts = tests -s -vvv
\ No newline at end of file
......@@ -3,3 +3,4 @@
git+https://github.com/octobus-net/asv.git@octobuspatches#egg=asv
pyyaml
perf
pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment