mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 06:39:45 +08:00
[core/client] enable more tests (#13961)
This commit is contained in:
@@ -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__]))
|
||||
|
||||
Reference in New Issue
Block a user