File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,17 @@ mkdir temp
2626cd temp
2727
2828# start tests
29+ echo " \nTesting CLI (basic)"
2930python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_cli.py
31+ echo " \nTesting parsing (basic)"
3032python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_parsing.py
33+ echo " \nTesting wdoc (basic)"
3134python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m basic ../test_wdoc.py
35+ echo " \nTesting vectorstores (api)"
3236python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_vectorstores.py
37+ echo " \nTesting wdoc (api)"
3338python -m pytest -n auto --disable-warnings --show-capture=no --code-highlight=yes --tb=short -m api ../test_wdoc.py
39+ echo " \nDone with first round of pytest!"
3440
3541cd ..
3642
You can’t perform that action at this time.
0 commit comments