(self)
| 427 | UNTRACKED_DIR_DIR_FP, UNTRACKED_DIR_DIR_FP_WITH_SPACE, cp='HEAD^1') |
| 428 | |
| 429 | def test_checkout_nonexistent(self): |
| 430 | self.__assert_checkout_error(NONEXISTENT_FP, NONEXISTENT_FP_WITH_SPACE) |
| 431 | |
| 432 | |
| 433 | class TestFileStatus(TestFile): |
nothing calls this directly
no test coverage detected