-
Notifications
You must be signed in to change notification settings - Fork 16
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
[PR1] Move .env.simulation to .env in run_system_tests workflow #499
Conversation
Now, we see that having cc: @bkeryan @dixonjoel |
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.
I guess this is ok. You should copy the .env file instead of moving it, though.
What does this Pull Request accomplish?
.env
file in root directory to simulate driver instruments, so movedexamples/.env.simulation
to.env
in pipeline such that it runs acceptance tests without any errors..env
overrides the session parameter default values in unit tests that doesn't use simulation mode, which fails the tests. So to resolve this issue, passed in the default values when calling initialize session in unit tests.Why should this Pull Request be merged?
To run acceptance tests that uses simulated instrument drivers in pipeline.
What testing has been done?
Manually ran
poetry run pytest
.