Skip to content

Commit

Permalink
added pytest as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritinaidu committed Jul 12, 2024
1 parent 298b190 commit 27d02aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ numpy<2.0.0
pylint
pyinstaller
google-api-python-client
pytest
torchvision
torch==2.2.1
2 changes: 2 additions & 0 deletions src/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,5 @@ def test_infer_method(self):

if __name__ == "__main__":
unittest.main()


0 comments on commit 27d02aa

Please sign in to comment.