interviewer / test.py
IliaLarchenko's picture
Added simple tests
223c43b
raw
history blame
149 Bytes
# test.py in your project root
import pytest
if __name__ == "__main__":
# Run pytest on the tests directory
pytest.main(["-v", "./tests"])