-
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
Update centrally managed files #6
Conversation
python -m pip install 'tox<5' | ||
|
||
- name: Run functional tests | ||
run: tox -e func |
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 repo doesn't have a tox file, or any functional tests, so maybe we can't use this template :/
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 can add func test, and just do an endpoint testing because we don't necessarily have smart devices in the CI environment.
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.
It's a prefect case that using tox as an interface will encounter
It's ok to create an exception for this case right now from my point of view.
I'm aiming to add minimal tests in #7 |
Will be superceded by the automated PR created by canonical/solutions-engineering-automation#97 when it merges |
This is an automated pull request from https://github.com/canonical/solutions-engineering-automation to update centrally managed files.