(mbed, testrepos)
| 14 | |
| 15 | # Tests the result of 'mbed remove' |
| 16 | def test_remove(mbed, testrepos): |
| 17 | with cd('test1'): |
| 18 | popen(['python', mbed, 'remove', 'test2']) |
| 19 | |
| 20 | assertls(mbed, 'test1', [ |
| 21 | "[mbed]", |
| 22 | "test1", |
| 23 | ]) |
| 24 | |
| 25 | # Tests if a repo can be imported correctly after 'mbed remove' |
| 26 | def test_import_after_remove(mbed, testrepos): |
no test coverage detected