Remove unused .unittests
We generally use tox to run unit tests. Change-Id: I94409abebb7670a0174557db95bb385cf7f1eec7
This commit is contained in:
parent
88369fee13
commit
0ccfe557e5
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
SRC_DIR=$(python -c "import os; print(os.path.dirname(os.path.realpath('$0')))")
|
|
||||||
cd ${SRC_DIR}/tests/unit
|
|
||||||
nosetests --exe -v $@
|
|
||||||
rvalue=$?
|
|
||||||
cd -
|
|
||||||
|
|
||||||
exit $rvalue
|
|
@ -38,7 +38,7 @@ Unit tests can be invoked using:
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
./.unittests
|
tox -e py3
|
||||||
|
|
||||||
from the repo root.
|
from the repo root.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user