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
Tests should always pass!
See pcdshub/pcds-envs#253
_______________________________ test_basic_plans _______________________________ daq = <pcdsdaq.daq.Daq object at 0x7f3ed47a12b0> RE = <bluesky.run_engine.RunEngine object at 0x7f3ed47a9e50> @pytest.mark.timeout(10) def test_basic_plans(daq, RE): logger.debug('test_basic_plans') daq.configure(events=12) start = time.time() RE(stage_wrapper(run_wrapper(trigger_and_read([daq])), [daq])) dt = time.time() - start > assert 0.1 < dt < 0.2 E assert 0.20763921737670898 < 0.2 tests/test_daq.py:330: AssertionError
Probably low priority. This adds some noise to the pcds-envs unit testing suite.
pcds-5.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Tests should always pass!
Current Behavior
See pcdshub/pcds-envs#253
Possible Solution
Steps to Reproduce (for bugs)
Context
Probably low priority. This adds some noise to the pcds-envs unit testing suite.
Your Environment
pcds-5.5.0
The text was updated successfully, but these errors were encountered: