Remove unused .unittests

We generally use tox to run unit tests.

Change-Id: I94409abebb7670a0174557db95bb385cf7f1eec7
This commit is contained in:
Takashi Kajinami 2024-02-02 03:14:18 +09:00
parent 88369fee13
commit 0ccfe557e5
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -38,7 +38,7 @@ Unit tests can be invoked using:
::
./.unittests
tox -e py3
from the repo root.