We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d7547 commit bdbe9d7Copy full SHA for bdbe9d7
1 file changed
utbot-python/docs/CLI.md
@@ -26,7 +26,7 @@ Run generated tests:
26
27
java -jar utbot-cli.jar run_python generated_tests.py -p <PYTHON_PATH>
28
29
-## `generate_python` options
+### `generate_python` options
30
31
- `-s, --sys-path <dir1>,<dir2>`
32
@@ -82,7 +82,7 @@ Run generated tests:
82
83
Test framework to be used.
84
85
-## `run_python` options
+### `run_python` options
86
87
- `-p, --python-path <path>`
88
@@ -95,3 +95,7 @@ Run generated tests:
95
- `-o, --output <filename>`
96
97
Specify file for report.
98
+
99
+## Problems
100
101
+- Unittest can not run tests from parent directories
0 commit comments