Test aiida 2.7 - #698
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #698 +/- ##
=======================================
Coverage 84.29% 84.29%
=======================================
Files 18 18
Lines 3584 3584
=======================================
Hits 3021 3021
Misses 563 563
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Some of the errors I think are related to the usage |
|
I think it has something to do with the profile management. The actual error from the
|
| # Test the widget can be instantiated with empty inputs | ||
| awb.ProcessReportWidget() | ||
|
|
||
| # Stopping the daemon and submitting the process. |
There was a problem hiding this comment.
Just a small simplification
|
|
||
| # Test select a new resource setup will update the output interface (e.g. ssh_config, computer_setup, code_setup) | ||
| # and the computer/code setup widget will be updated accordingly. | ||
| w.comp_resources_database.domain_selector.value = "merlin.psi.ch" |
There was a problem hiding this comment.
This was super-painful to fix (these tests now fail on master as well). Really these tests should be rewritten to use mocked-out data instead of real data that can change at any moment.
There was a problem hiding this comment.
Both notebook tests and unit tests are updated to use aiida-core 2.7.1.