-
Notifications
You must be signed in to change notification settings - Fork 1
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
Interface tests #31
Interface tests #31
Conversation
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.
license-eye has totally checked 54 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 18 | 36 | 0 |
Click to see the invalid file list
- charmcraft.yaml
- config.yaml
- generate-src-docs.sh
- metadata.yaml
- src/charm.py
- src/charm_state.py
- tests/conftest.py
- tests/integration/init.py
- tests/integration/any_charm.py
- tests/integration/conftest.py
- tests/integration/test_charm.py
- tests/interface/init.py
- tests/interface/conftest.py
- tests/interface/test_smtp.py
- tests/unit/init.py
- tests/unit/test_charm.py
- tests/unit/test_charm_state.py
- tests/unit/test_library_smtp.py
Test coverage for c4189ac
Static code analysis report
|
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.
LGTM, out of curiosity, how does this interface testing work?
It relies on the interface tester to run the tests as defined here |
Applicable spec: N/A
Overview
Interface tests corresponding to canonical/charm-relation-interfaces#126
Rationale
N/A
Juju Events Changes
N/A
Module Changes
N/A
Library Changes
N/A
Checklist
src-docs
urgent
,trivial
,complex
)