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
A base assumption of the nemweb library is the expected files & formats on the nemweb file server(s).
Shifting to using HTTP mocks with fixtures (ref: #7) will mean the current test breakages caused by both file & format changes and/or intermittent issues with nemweb won't be visible. Thus it is advisable to include integration tests that ensure the assumptions remain correct.
Questions:
should there be live integration tests?
should they be run on PRs? (Note: travis or similar to be set up)
should they break a build?
The text was updated successfully, but these errors were encountered:
A base assumption of the nemweb library is the expected files & formats on the nemweb file server(s).
Shifting to using HTTP mocks with fixtures (ref: #7) will mean the current test breakages caused by both file & format changes and/or intermittent issues with nemweb won't be visible. Thus it is advisable to include integration tests that ensure the assumptions remain correct.
Questions:
The text was updated successfully, but these errors were encountered: