mirror of
git://holbrook.no/eth-contract-registry
synced 2024-12-22 04:17:32 +01:00
remove conftest file
This commit is contained in:
parent
faa9e71bac
commit
6abe08f2f5
@ -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
|
||||
|
@ -1,4 +0,0 @@
|
||||
# external imports
|
||||
from chainlib.eth.pytest import *
|
||||
from eth_contract_registry.pytest import *
|
||||
|
Loading…
Reference in New Issue
Block a user