Updated requirements, added basic (essentially always true) tests
This commit is contained in:
parent
0db05a1d60
commit
e0c86483e4
4 changed files with 230 additions and 2 deletions
12
tests/test_status.py
Normal file
12
tests/test_status.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue