diff --git a/tests/test_smoke.py b/tests/test_smoke.py index 80671a683ff..b33c1d80bce 100644 --- a/tests/test_smoke.py +++ b/tests/test_smoke.py @@ -1,29 +1,29 @@ -# Smoke tests for SkyPilot -# Default options are set in pyproject.toml -# Example usage: -# Run all tests except for AWS and Lambda Cloud -# > pytest tests/test_smoke.py -# -# Terminate failed clusters after test finishes -# > pytest tests/test_smoke.py --terminate-on-failure -# -# Re-run last failed tests -# > pytest --lf -# -# Run one of the smoke tests -# > pytest tests/test_smoke.py::test_minimal -# -# Only run managed job tests -# > pytest tests/test_smoke.py --managed-jobs -# -# Only run sky serve tests -# > pytest tests/test_smoke.py --sky-serve -# -# Only run test for AWS + generic tests -# > pytest tests/test_smoke.py --aws -# -# Change cloud for generic tests to aws -# > pytest tests/test_smoke.py --generic-cloud aws +# Smoke tests for SkyPilot +# Default options are set in pyproject.toml +# Example usage: +# Run all tests except for AWS and Lambda Cloud +# > pytest tests/test_smoke.py +# +# Terminate failed clusters after test finishes +# > pytest tests/test_smoke.py --terminate-on-failure +# +# Re-run last failed tests +# > pytest --lf +# +# Run one of the smoke tests +# > pytest tests/test_smoke.py::test_minimal +# +# Only run managed job tests +# > pytest tests/test_smoke.py --managed-jobs +# +# Only run sky serve tests +# > pytest tests/test_smoke.py --sky-serve +# +# Only run test for AWS + generic tests +# > pytest tests/test_smoke.py --aws +# +# Change cloud for generic tests to aws +# > pytest tests/test_smoke.py --generic-cloud aws from smoke_tests.test_basic import * from smoke_tests.test_cluster_job import * @@ -31,4 +31,4 @@ from smoke_tests.test_managed_job import * from smoke_tests.test_mount_and_storage import * from smoke_tests.test_region_and_zone import * -from smoke_tests.test_sky_serve import * \ No newline at end of file +from smoke_tests.test_sky_serve import *