Skip to content

Commit 6a3a181

Browse files
committed
tests: separating extra tests
1 parent 741553c commit 6a3a181

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

requirements-extra.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
box2d-py==2.3.8
2+
gym-retro==0.8.0
3+
mlagents-envs==0.20.0
4+
gym-unity==0.20.0

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
eventlet==0.28.0
2+
gym==0.17.3
3+
uuid==1.30

run_tests.sh

-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,3 @@
22

33
echo "Testing OpenAI Gym..."
44
python tests/test_gymie.py
5-
6-
echo "Testing Gym Retro..."
7-
python tests/test_gymie_retro.py
8-
9-
echo "Testing Unity ML-Agents..."
10-
python tests/test_gymie_unity.py

run_tests_extra.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
echo "Testing Gym Retro..."
4+
python tests/test_gymie_retro.py
5+
6+
echo "Testing Unity ML-Agents..."
7+
python tests/test_gymie_unity.py

0 commit comments

Comments
 (0)