Skip to content

Commit

Permalink
feat: add test for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pnsuau authored and beniz committed Jun 27, 2022
1 parent 4274f1e commit 41526f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ echo "Current dir is [$current_dir]"
export PYTHONDONTWRITEBYTECODE=1
export NCCL_P2P_DISABLE=1

####### doc auto generation
echo "Running doc auto generation tests"
python3 -m pytest ${current_dir}/../scripts/generate_doc.py

####### no sem tests
echo "Running no semantics training tests"
URL=https://www.deepdetect.com/joligan/datasets/horse2zebra.zip
Expand Down

0 comments on commit 41526f8

Please sign in to comment.