We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da8c9b commit 2863b05Copy full SHA for 2863b05
tests/e2e/pipelex/cli/test_validate_cmd.py
@@ -1,6 +1,8 @@
1
+from pathlib import Path
2
+
3
from pipelex.cli.commands.validate_cmd import do_validate_all_libraries_and_dry_run
4
5
6
class TestValidateCommand:
7
def test_validate_all(self):
- do_validate_all_libraries_and_dry_run()
8
+ do_validate_all_libraries_and_dry_run(library_dirs=[Path()])
0 commit comments