Add Tests

This commit is contained in:
2022-07-12 07:20:54 -07:00
parent daadf7d4b4
commit 4102eecd22
10 changed files with 473 additions and 41 deletions

11
tests/tox.ini Normal file
View File

@@ -0,0 +1,11 @@
[flake8]
ignore = D300,D400,E201,E202,E203,E241,E501,E712
[pytest]
addopts = --strict-markers
markers =
spike: marks test as "spikes" that are intended to develop algorithms but not test behavior (deselected by default, select with '-m spike')
unit: marks tests as domain-level unit tests (deselect with '-m "not unit"')
wip: marks tests as works in progress and likely to fail (deselect with '-m "not wip"')
filterwarnings =
ignore::DeprecationWarning:eventlet.*