(self)
| 53 | validate_custom_command_strict("yarn start") |
| 54 | |
| 55 | def test_yarn_run_serve(self): |
| 56 | validate_custom_command_strict("yarn run serve") |
| 57 | |
| 58 | def test_uvicorn_basic(self): |
| 59 | validate_custom_command_strict("uvicorn main:app") |
nothing calls this directly
no test coverage detected