Updated requirements, added basic (essentially always true) tests

This commit is contained in:
Alex Kelly 2021-08-18 19:18:15 -04:00
parent 0db05a1d60
commit e0c86483e4
4 changed files with 230 additions and 2 deletions

12
tests/test_status.py Normal file
View file

@ -0,0 +1,12 @@
import pytest
from task_status.task_status import main as task_main
def test_task():
assert True
def test_main():
if task_main:
assert True