We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f15d89c + 80fb25e commit b2e0469Copy full SHA for b2e0469
tests/test_cli_init.py
@@ -38,7 +38,7 @@ def test_init_command_aliased_framework_empty_project(self, alias: str, framewor
38
if framework != self.framework:
39
self.skipTest(f"{alias} is not related to this framework")
40
41
+ conf.set_path(self.project_dir) # set working dir, init adds `slug_name`
42
init_project(slug_name='test_project', template='empty', framework=alias)
- conf.set_path(self.project_dir / 'test_project')
43
config = conf.ConfigFile()
44
assert config.framework == framework
0 commit comments