5 lines
143 B
Python
5 lines
143 B
Python
# This test does nothing. It just lets us right click and run all tests straight from the `tests` folder.
|
|
|
|
def test_nothing():
|
|
assert True
|