remove conftest file

This commit is contained in:
lash 2023-03-26 06:46:37 +01:00
parent faa9e71bac
commit 6abe08f2f5
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@ set -e
set -x
default_pythonpath=$PYTHONPATH:.
export PYTHONPATH=${default_pythonpath:-.}
for f in `ls tests/*.py`; do
for f in `ls tests/test_*.py`; do
python $f
if [ $? -gt 0 ]; then
exit 1

View File

@ -1,4 +0,0 @@
# external imports
from chainlib.eth.pytest import *
from eth_contract_registry.pytest import *