Skip to content

Commit

Permalink
Setup pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Jun 13, 2024
1 parent 79de3fe commit 4612f1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts = --ignore=examples/externals --ignore=evogym/simulator/externals --ignore=evogym/examples/gym_test.py
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ PyOpenGL-accelerate==3.1.5
torch==1.10.2
ttkbootstrap==1.5.1
typing==3.7.4.3
pytest
pytest-xdist

0 comments on commit 4612f1d

Please sign in to comment.