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.
1 parent 7e8a0e3 commit 84b0b22Copy full SHA for 84b0b22
tests/test_cli_new.py
@@ -120,4 +120,4 @@ def test_validate_pyproject_toml_contents(self, temp_project_dir):
120
pyproject_content = (project_path / "pyproject.toml").read_text()
121
assert 'name = "test-project"' in pyproject_content
122
assert 'fastapi[standard]' in pyproject_content
123
-
+
0 commit comments