-
Notifications
You must be signed in to change notification settings - Fork 5
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
Realistic examples in system tests #152
Conversation
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@GDYendell you might be interested in this as it hopefully fixes an issue you raised with the ibek system tests. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
==========================================
- Coverage 70.62% 70.51% -0.11%
==========================================
Files 17 17
Lines 926 926
==========================================
- Hits 654 653 -1
- Misses 272 273 +1 ☔ View full report in Codecov by Sentry. |
@coretl you might be interested to know I have added checks for jinja escaping. Does this cover what you asked me about recently? ibek/tests/samples/iocs/ibek-mo-ioc-01.yaml Lines 26 to 32 in 858582d
ibek/tests/samples/support/asyn.ibek.support.yaml Lines 110 to 121 in 858582d
ibek/tests/samples/support/motorSim.ibek.support.yaml Lines 34 to 44 in 858582d
See the expected results in https://github.com/epics-containers/ibek/tree/dev/tests/samples/outputs |
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.
This could also be turned into a realistic example if you choose an appropriate PV to describe in the yaml
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.
Good point. Will add that
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.
This is great! Just one comment.
No description provided.