Skip to content

Commit

Permalink
fix scripts/test.sh not testing deprecated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 31, 2024
1 parent 4fba3b7 commit b4154a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ for F in *_test.py; do
python -m unittest "$F"
done

echo "$rootDir/tests/deprecated/
cd "$rootDir/tests/deprecated/
echo "$rootDir/tests/deprecated/"
cd "$rootDir/tests/deprecated/"
for F in *_test.py; do
echo "$F"
python -W ignore::DeprecationWarning -m unittest "$F"
Expand Down

0 comments on commit b4154a3

Please sign in to comment.