You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brownie test tests/unitary
brownie test tests/integration
Recommendation
Just remove brownie test from README.txt
Errors
======================ERRORS ===================
tests/unitary/FeeDistribution/test_fee_distribution.py
imported module 'test_fee_distribution' has this file attribute:
/curve/curve-dao-contracts_py3.8_sqlite/tests/fork/Burners/test_fee_distribution.py
which is not the same as the test file we want to collect:
/curve/curve-dao-contracts_py3.8_sqlite/tests/unitary/FeeDistribution/test_fee_distribution.py
HINT: remove pycache / .pyc files and/or use a unique basename for your test file modules
The text was updated successfully, but these errors were encountered:
Run
brownie test
Breacks with error, massage see below
Workaround
Just run sub-test directly
Recommendation
Just remove
brownie test
from README.txtErrors
======================ERRORS ===================
tests/unitary/FeeDistribution/test_fee_distribution.py
imported module 'test_fee_distribution' has this file attribute:
/curve/curve-dao-contracts_py3.8_sqlite/tests/fork/Burners/test_fee_distribution.py
which is not the same as the test file we want to collect:
/curve/curve-dao-contracts_py3.8_sqlite/tests/unitary/FeeDistribution/test_fee_distribution.py
HINT: remove pycache / .pyc files and/or use a unique basename for your test file modules
The text was updated successfully, but these errors were encountered: