Brian Starke
0047ea12e2
Moved symlink evaluation to LoadProject function, split out symlink eval
...
test in to it's own test case
2017-02-21 13:22:38 -05:00
Yasuhiro Matsumoto
8ac86c2f57
remove needless generating files in test
2017-02-21 01:19:15 -05:00
Yasuhiro Matsumoto
9a14f12e9e
case-insensitive GOPATH
...
fixes #238
2017-02-21 01:19:15 -05:00
Brian Starke
6c8491c792
small cleanup
2017-02-15 21:33:24 -05:00
Brian Starke
76cfb0516a
resolve symlinks if project root is within symlinked directory
2017-02-15 21:25:20 -05:00
tro3
0c16a76633
Moving to want/got pattern and adding unit test coverage
2017-02-12 23:52:17 -05:00
tro3
d7cdca3aa9
Syncing fork and moving Testgo to NewHelper
2017-02-01 14:05:06 -05:00
tro3
1b5ef14249
Tweaking per PR feedback
2017-02-01 14:05:06 -05:00
tro3
6411f9e1b5
Closes #198 and #201 . Supercedes PR #200
2017-02-01 14:05:06 -05:00
tro3
6ea5ba09cf
First pass at #198 - baseline Ctx.LoadProject tests added and ascending lock file bug fixed
2017-02-01 14:05:06 -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
Andrew Gerrand
f91353d8ed
rename 'hoard' to 'dep' (this time for sure)
2017-01-18 16:17:23 -08: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
Andrew Gerrand
ee81dced50
rename 'hoard' to 'nest'
2017-01-17 17:06:45 -08:00
sam boyer
302ad3eaf7
Rename 'dep' to 'hoard', where appropriate
2017-01-12 17:32:28 -08:00
Jess Frazelle
3c40822336
add tests for DeriveManifestAndLock
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-22 12:44:47 -05:00
Jess Frazelle
d4783353bc
fix vet
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-19 11:50:52 -08:00
Jess Frazelle
5eb896fe4f
add more tests for context.
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2016-12-16 22:20:43 -05:00