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 pretty much everything GitHub/Git/FS/-related is mocked out during tests. I'm not really interested in doing VCR testing for the GitHub API, but I would definitely like to run some tests that make sure that our Git commands and other filesystem manipulations are actually doing the things we want them to.
Also, I want to be able to run the tests in a freshly built Docker image too.
The text was updated successfully, but these errors were encountered:
Right now pretty much everything GitHub/Git/FS/-related is mocked out during tests. I'm not really interested in doing VCR testing for the GitHub API, but I would definitely like to run some tests that make sure that our Git commands and other filesystem manipulations are actually doing the things we want them to.
Also, I want to be able to run the tests in a freshly built Docker image too.
The text was updated successfully, but these errors were encountered: