Added basic pytest ini with task mark so Pytest will no longer throw warnings locally.

This commit is contained in:
BethanyG
2021-09-06 09:29:38 -07:00
committed by BethanyG
parent bd9eeff50b
commit f1c9ef713b

3
pytest.ini Normal file
View File

@@ -0,0 +1,3 @@
[pytest]
markers =
task: A concept exercise task.