Jesse Duffield
4de31da4be
fix up tests
...
This fixes up some git and oscommand tests, and pulls some tests into commit_list_builder_test.go
I've also made the NewDummyBlah functions public so that I didn't need to duplicate them across packages
I've also given OSCommand a SetCommand() method for setting the command on the struct
I've also created a file utils.go in the test package for creating convient 'CommandSwapper's, which
basically enable you to assert a sequence of commands on the command line, and swap each one out for
a different one to actually be executed
2019-03-02 13:39:09 +11:00
Jesse Duffield
c0f9795910
staging lines and hunks
2018-12-05 19:33:46 +11:00
BlakeMScurr
181f91d2ef
Add full stops to new comments.
2018-11-30 13:47:14 +13:00
BlakeMScurr
643cdd3461
Add simple comments to uncommented functions.
2018-11-30 11:04:08 +13:00
BlakeMScurr
5c70d2724b
Fix function comments with CodeLingo.
2018-11-28 15:31:22 +13:00
Sascha Andres
985196f5aa
docs: add comments for new test code
2018-09-10 17:36:59 +02:00
Sascha Andres
bb9698810d
refactor: move fallback to platform struct
...
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
2018-09-10 10:31:15 +02:00
Sascha Andres
ba0cc20e22
feat: add test cases
2018-09-10 06:51:19 +02:00
Anthony HAMON
172cd7c687
fix tests locally
2018-09-04 08:32:43 +02:00
Jesse Duffield
796f17eef4
Merge branch 'master' into fix/tests
2018-09-03 21:20:17 +10:00
Dawid Dziurla
5c1463313d
respect localized output of rmdir
2018-09-01 17:22:49 +02:00
Jesse Duffield
d31520261f
introduce platform specific defaults
2018-09-01 14:33:01 +10:00
Jesse Duffield
3f14b764d5
update tests
2018-09-01 12:13:41 +10:00
Jesse Duffield
7e1e97d050
dont panic when catting directories
2018-08-28 19:12:35 +10:00
Anthony HAMON
ed2dcd9e46
add tests
2018-08-26 01:58:20 +02:00
Anthony HAMON
38f11f1f4a
move dummy functions, rename functions
2018-08-26 01:58:19 +02:00
Anthony HAMON
f91e2b12db
add tests to pkg/commands
2018-08-26 01:58:19 +02:00
Tommy Nguyen
a7755ab184
reformat
2018-08-16 07:00:13 -04:00
Tommy Nguyen
ee4660af97
#158 : escapes backticks, which is a problem in shells like Bash
2018-08-15 23:55:55 -04:00