| Fixture that creates a new empty dds repository and an HTTP server to serve | Fixture that creates a new empty dds repository and an HTTP server to serve | ||||
| it. | it. | ||||
| """ | """ | ||||
| subprocess.check_call([dds_exe, 'repoman', 'init', str(http_tmp_dir_server.root)]) | |||||
| subprocess.check_call([str(dds_exe), 'repoman', 'init', str(http_tmp_dir_server.root)]) | |||||
| yield RepoFixture(dds_exe, http_tmp_dir_server) | yield RepoFixture(dds_exe, http_tmp_dir_server) |