Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor - brownie test stops on some some naming conflicts #155

Open
martinkrung opened this issue Sep 7, 2023 · 0 comments
Open

minor - brownie test stops on some some naming conflicts #155

martinkrung opened this issue Sep 7, 2023 · 0 comments

Comments

@martinkrung
Copy link

Run

brownie test

Breacks with error, massage see below

Workaround

Just run sub-test directly

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant