-
Notifications
You must be signed in to change notification settings - Fork 16
Improve tests #28
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomerspriority-3Not but, low priority issues/PRNot but, low priority issues/PR
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomerspriority-3Not but, low priority issues/PRNot but, low priority issues/PR
Tests not only allow to make sure the code is working as expected but they can also be used to make sure that the documentation and examples are up to date.
Documentation should be quite fast to test so can run with the CI after every push. We might need to do a nightly run for the examples. Not sure how that would work with the data either.