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
This is a to-do list of things to complete, following the switch to pytest for testing
Update documentation & wiki (verdi devel tests => pytest)
Fix (py)test warnings (will touch lots of files)
Move test files out of aiida-core inside top-level tests/ folder
Decide whether we need to improve test discovery (see comment)
Then, over time, where it makes sense, we should start moving existing tests from the AiiDATestCase to pytest (e.g. where pytest fixtures are making things more effective)
The text was updated successfully, but these errors were encountered:
With #3685 merged, only moving the tests out to a separate folder remains.
Since this will likely affect almost any PR and there are still many PRs open, I propose we set a date for this move and let people know.
@sphuber Would you agree? How about some date mid-January?
If we're only renaming files, git should be able to automatically merge in most cases (unless the file content is changed so much in the branch it doesn't recognize it as the same file) -- so that should be pretty painless even for existing PRs.
Still probably makes sense to be cautious and announce it in some way.
This is a to-do list of things to complete, following the switch to pytest for testing
verdi devel tests
=>pytest
)tests/
folderThen, over time, where it makes sense, we should start moving existing tests from the
AiiDATestCase
to pytest (e.g. where pytest fixtures are making things more effective)The text was updated successfully, but these errors were encountered: