adisbladis
659c2ad32d
Remove linkerd test
...
It takes too long in CI and doesn't exercise any code paths not already tested by other tests.
2022-08-24 10:17:09 +08:00
adisbladis
bca2a1231e
Fix Go compiler missing from mkGoEnv created environments
...
Closes #68
2022-08-23 21:11:28 +08:00
adisbladis
1ffea526a0
Add package generation for non development packages
...
This makes it possible to generate packages that you do not have a
local checkout for, e.g. running:
`gomod2nix generate --outdir example/ golang.org/x/tools/cmd/stringer`
This will be useful for packaging dependencies that you are not
developing, but just simply packaging.
2022-06-14 05:15:43 +08:00
adisbladis
e95e393da8
tests: Add mkGoEnv test
2022-06-13 20:37:42 +08:00
adisbladis
ea6b999c69
Fix golangci-lint errors
2022-05-30 18:36:26 +08:00
adisbladis
c72445c826
tests: Handle test cases without a go.mod
2022-05-30 18:33:40 +08:00
adisbladis
9c68732917
tests: Add a cross test
2022-05-30 18:23:54 +08:00
adisbladis
d5d8bbba2d
Add test listing capabilites to harness
...
We will use this to generate the Github Actions matrix
2022-05-29 16:24:58 +08:00
adisbladis
306429dcb2
Blacklist long-running tests in Github Actions
...
Tests take 1+ hour right now for very little purpose.
2022-05-29 16:24:58 +08:00
adisbladis
3c029180a3
tests: Reimplement test harness in Go
...
And make it run in parallell
2022-05-28 22:56:52 +08:00
adisbladis
631293329e
tests.minikube: Fix test
2022-05-28 22:56:52 +08:00
adisbladis
12916dd856
tests: Get rid of meta since stdenv.lib is no longer available
2022-05-28 22:56:52 +08:00
HuangYi
6cdf8f60e2
reproduce the relPath issue
...
Closes : #35
2022-05-20 17:41:57 +08:00
HuangYi
7f6bfc93a3
fix another edge case
2022-05-20 16:31:44 +08:00
HuangYi
e54afe9222
fix symlink nested package
...
- added a test case to demonstrate the fail scenario
2022-05-20 15:54:53 +08:00
adisbladis
f8d6851ba9
Add python test script
2020-12-03 16:23:39 +01:00