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
The tests of the four supported VCSs are currently just checking that the call is made to the python subprocess. This is fragile and does not actually test that the calls are correct.
Create true test cases that actually sets up an empty repository of each VCS type and creates commits, adds, deletes, etc. to verify the code.
They will be more expensive in time and require that all four VCSs are installed, so that must also be added.
The text was updated successfully, but these errors were encountered:
The tests of the four supported VCSs are currently just checking that the call is made to the python subprocess. This is fragile and does not actually test that the calls are correct.
Create true test cases that actually sets up an empty repository of each VCS type and creates commits, adds, deletes, etc. to verify the code.
They will be more expensive in time and require that all four VCSs are installed, so that must also be added.
The text was updated successfully, but these errors were encountered: