-
|
This is my first time submitting a question here so my apologies in advance if I don't properly follow normal practice in how this is presented. My question (with details provided below) is whether there is any significant/important difference in the testing process completed by running 'python -m pytest' as opposed to 'brownie test'? Brownie test does not seem to run for me as it does in the tutorial (details below). When I attempt to run 'brownie test -k test_fund_me.py' 0 items are collected and no tests are ran. When I run 'brownie test', I receive the same result (0 items collected). When I run 'python -m pytest', the test completes successfully. I am running windows 10. Thank you in advance for any help you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello @20skcs, could you please share a screenshot of the folder structure on your project? |
Beta Was this translation helpful? Give feedback.
Hello @20skcs, could you please share a screenshot of the folder structure on your project?
If I have to guess I would say the test scripts are on the incorrect folder so brownie is unable to find them.