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 7623d02 commit 83904e7Copy full SHA for 83904e7
tests/test_integration.py
@@ -311,3 +311,8 @@ def test_pep621_without_dynamic_version():
311
pyproject = tomlkit.parse(DUMMY_PEP621_PYPROJECT.read_bytes().decode("utf-8"))
312
assert "version" not in pyproject["project"]
313
assert '__version__ = "0.0.0"' in (DUMMY_PEP621 / "project_pep621" / "__init__.py").read_bytes().decode("utf-8")
314
+
315
316
+def test__command_interop():
317
+ # Just make sure these don't fail with the plugin installed.
318
+ run("poetry list")
0 commit comments