We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Avoids code like this:
def test_controls_monitor(fc): sim = fc.sr_sim_data("FODO with instruments") sim.models.controlSettings.operationMode = "DeviceServer" sim.models.controlSettings.readOnly = "1" _run_test(sim, "instrumentAnimation", "device_server_monitor.txt") def test_controls_opt1(fc): sim = fc.sr_sim_data("FODO with instruments") sim.models.optimizerSettings.method = "nmead" _run_test(sim, "instrumentAnimation", "madx_nmead.txt") [repeated 5 times]
The text was updated successfully, but these errors were encountered:
We need the ability to add case names based on, say, case_dirs or manually, e.g. sirepo importer_test doesn't use case_dirs.
Sorry, something went wrong.
gurhar1133
No branches or pull requests
Avoids code like this:
The text was updated successfully, but these errors were encountered: