mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
4 lines
95 B
Python
4 lines
95 B
Python
def test_example():
|
|
"""Simple example test to verify pytest is working."""
|
|
assert True
|