Spaces:
Sleeping
Sleeping
File size: 149 Bytes
223c43b |
1 2 3 4 5 6 7 8 |
# test.py in your project root
import pytest
if __name__ == "__main__":
# Run pytest on the tests directory
pytest.main(["-v", "./tests"])
|