Skip to content

Commit 83904e7

Browse files
committed
test
1 parent 7623d02 commit 83904e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_integration.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,8 @@ def test_pep621_without_dynamic_version():
311311
pyproject = tomlkit.parse(DUMMY_PEP621_PYPROJECT.read_bytes().decode("utf-8"))
312312
assert "version" not in pyproject["project"]
313313
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

Comments
 (0)