[core/client] enable more tests (#13961)

This commit is contained in:
Richard Liaw
2021-02-07 19:37:52 -08:00
committed by GitHub
parent 3a230fa1a4
commit 7231b6b91c
8 changed files with 99 additions and 6 deletions
+6
View File
@@ -37,3 +37,9 @@ def test_parse_resource_demands():
# counted as infeasible or waiting, as long as it's accounted for and
# doesn't cause an error.
assert len(waiting + infeasible) == 10
if __name__ == "__main__":
import sys
import pytest
sys.exit(pytest.main(["-v", __file__]))