You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, a few test assertions use the value of a constant, rather than the constant. If the constant changes, these will likely break. But the test logic is about effect of control flow on the presence of a particular conceptual file, not that the file has a particular name. As such, these test assertions should use string interpolation and the constant (DEFAULT_SAMPLE_NAME) to build the expected filename.
Right now, a few test assertions use the value of a constant, rather than the constant. If the constant changes, these will likely break. But the test logic is about effect of control flow on the presence of a particular conceptual file, not that the file has a particular name. As such, these test assertions should use string interpolation and the constant (
DEFAULT_SAMPLE_NAME
) to build the expected filename.pypiper/tests/pipeline_manager/test_pipeline_manager.py
Lines 104 to 107 in 53850a5
The text was updated successfully, but these errors were encountered: