-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(history): adds tests for history plugin #752
Conversation
4a09e9c
to
282d92c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will have to move the import
282d92c
to
742bb1b
Compare
is moved |
This should now be updated for the |
ping |
742bb1b
to
bc64801
Compare
adapted the existing tests to the sample project. presumably the check in line 11 (for the CI env variable) can be removed as the tests should now run in CI as well. However, i suggest to merge these simple tests first and lift the check for CI in another PR |
bc64801
to
d2d84e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change the commit message to test (history): ...
- if we cut a release, feat
leads to a version bump
d2d84e3
to
2c258c4
Compare
good point, changed that |
currently tests for the history plugin lack an ontology for running. This is a draft PR until we added an ontology to the testing env.