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
After #19 was merged, most tests are now broken. Some can be removed because they test systems that no longer exist, but others can be rescued.
I'd also like to see more tests in general, and more of them be unit tests rather than integration. Ideally we want to just test inputs and outputs, not have to "mock around the clock". We needn't be gentle about it either: if code needs to be refactored to make testing easier, then so much the better for the code in the long run.
The text was updated successfully, but these errors were encountered:
After #19 was merged, most tests are now broken. Some can be removed because they test systems that no longer exist, but others can be rescued.
I'd also like to see more tests in general, and more of them be unit tests rather than integration. Ideally we want to just test inputs and outputs, not have to "mock around the clock". We needn't be gentle about it either: if code needs to be refactored to make testing easier, then so much the better for the code in the long run.
The text was updated successfully, but these errors were encountered: