Skip to content

Commit 7e51683

Browse files
committed
Add path to poetry build as when executed by pytest not in root directory
1 parent f7c9be4 commit 7e51683

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/unit/nox/_lint_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from toolbox.nox._lint import dist_check
2+
3+
4+
class TestDistributionCheck:
5+
@staticmethod
6+
def test_works_as_expected(nox_session, capsys):
7+
dist_check(nox_session)

0 commit comments

Comments
 (0)