Files
a785025b26de32d87e2d5a029a944d09e5ea61cd
Tim Burke
ef155bd74a
Switch to pytest
nose has not seen active development for many years now. With py310, we can no longer use it due to import errors. Also update lower contraints Closes-Bug: #1993531 Change-Id: I215ba0d4654c9c637c3b97953d8659ac80892db8
11 lines
114 B
Bash
Executable File
11 lines
114 B
Bash
Executable File
#!/bin/bash
SRC_DIR=$(dirname $(realpath "0ドル"))
cd ${SRC_DIR}/test/probe
pytest $@
rvalue=$?
cd -
exit $rvalue