Add a test and make changez?
This commit is contained in:
parent
2a9ade77d8
commit
9e19ae6cf6
5 changed files with 133 additions and 11 deletions
8
tests/test_basic.py
Normal file
8
tests/test_basic.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
import pytest
|
||||
|
||||
def test_app_exists():
|
||||
"""
|
||||
A simple test to verify that the test suite runs.
|
||||
This test always passes.
|
||||
"""
|
||||
assert True
|
Loading…
Add table
Add a link
Reference in a new issue