[RLlib] Cleanup/unify all test cases. (#7533)

This commit is contained in:
Sven Mika
2020-03-11 20:39:47 -07:00
committed by GitHub
parent dded5b6d22
commit 20ef4a8603
37 changed files with 743 additions and 540 deletions
+3 -1
View File
@@ -135,4 +135,6 @@ class TaskPoolTest(unittest.TestCase):
if __name__ == "__main__":
unittest.main(verbosity=2)
import pytest
import sys
sys.exit(pytest.main(["-v", __file__]))