Carolyn Van Slyck
7e27e80b7b
Display all fields for a removed project in the lock diff
2017-03-09 13:28:47 -06:00
Carolyn Van Slyck
02635cc8b0
Display diff of lock file during dry-run
2017-03-09 13:28:46 -06:00
Carolyn Van Slyck
6ac8a778b2
Split out SafeWriter bad input tests into 1 per scenario
2017-03-09 13:28:46 -06:00
Carolyn Van Slyck
e43a3b839e
Respect dry-run flag during dep ensure
2017-03-09 13:28:42 -06:00
tro3
0c16a76633
Moving to want/got pattern and adding unit test coverage
2017-02-12 23:52:17 -05:00
tro3
38bce0cc56
Adding -update test flag for golden files
2017-02-12 23:52:17 -05:00
tro3
00de8c9707
Removing AreJSONEqual function
2017-02-12 23:52:17 -05:00
tro3
60d3a173ae
Cleaning up test file functions
2017-02-12 23:52:17 -05:00
tro3
026ac7fd1c
Converting analyzer_test.go to golden-file pattern
2017-02-12 23:52:17 -05:00
tro3
45bfd674ea
Converting txn_writer_test.go to golden-file pattern
2017-02-12 23:52:17 -05:00
Miguel Molina
8e957c385d
rename testgo to Helper
...
TestgoData has been renamed to Helper and Testgo to NewHelper.
2017-01-31 14:08:27 -05:00
Miguel Molina
0acfd38c22
move command code into cmd subpackage
...
In this commit, the testing framework used in dep is moved to the
test package, since it's used either in dep and main.
All the code that is not part of a command has been moved to the
dep subpackage, as well as all those functions that were shared between
dep and main, since dep cannot depend on main.
Because of the movement to another package, many structs, methods and
functions have become public.
2017-01-28 01:45:37 -05:00
Jess Frazelle
70b94eae49
add license to all files
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-18 09:28:20 -05:00
Jess Frazelle
447fe121f8
release the source manager in txtWriterTest for windows
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-17 11:37:50 -08:00
sam boyer
ea0f0f03d7
Add tests for txn writer
...
Still frustratingly incomplete, as we're not actually testing the
rollback cases which the transaction writer is really supposed to
facilitate.
2017-01-04 17:19:32 -08:00