Set up an extremely lightweight set of tests for the user infra implementation
This commit is contained in:
parent
0d270c9cfb
commit
32e3fe04a2
5 changed files with 47 additions and 0 deletions
4
pytest.ini
Normal file
4
pytest.ini
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[pytest]
|
||||
testpaths = src
|
||||
python_files = *_test.py
|
||||
addopts = -ra -q
|
||||
Loading…
Add table
Add a link
Reference in a new issue