-
Notifications
You must be signed in to change notification settings - Fork 21
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
Move tests into package to include them into distribution #108
Conversation
I think the problem is that there is no explicit broadbean in the calls to pytest. e.g.
should be
|
Tried running locally but I can't recreate the test failure on my machine, @Dominik-Vogel we can dig into this when we chat tomorrow morning. |
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
===========================================
+ Coverage 0.00% 80.07% +80.07%
===========================================
Files 8 15 +7
Lines 1494 2359 +865
===========================================
+ Hits 0 1889 +1889
+ Misses 1494 470 -1024
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
The conda test yaml also needs to be updated to explicitly include hypothesis |
Moving tests to test folder.