6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-05 06:48:48 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Grzegorz Dlugoszewski
dfc8437408 Add CloneRepo function and unit tests for cloned repos status 2020-05-19 14:12:38 +02:00
Grzegorz Dlugoszewski
9757a96d34 Add a basic branch status parser 2020-05-18 22:53:06 +02:00
Grzegorz Dlugoszewski
242d17ceb5 Use t.Cleanup instead of defer to cleanup after tests 2020-05-18 22:52:09 +02:00
Grzegorz Dlugoszewski
13f69bb4b5 Simplify error checking in test helper functions
Helper functions check for errors and call Fatal if necessary on their own. This way we don't have to check for errors again in actual tests.
2020-05-18 16:10:31 +02:00
Grzegorz Dlugoszewski
14614b3549 Add helpers ability to create multiple commits 2020-05-18 13:55:57 +02:00
Grzegorz Dlugoszewski
b2e5f9178b Rename test helpers file 2020-05-18 13:25:46 +02:00