Skip to content
Snippets Groups Projects
Commit fdaf72ab authored by van den Berg's avatar van den Berg
Browse files

Add dummy test with tox

parent d5dd7f1a
No related branches found
No related tags found
2 merge requests!6Merge testing into master,!5Merge new testing code into devel
def func(x):
return x + 1
def test_answer():
assert func(41) == 42
[tox]
envlist = py36
[testenv]
deps =
-rrequirements.txt
pytest
commands = 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