wip lxcconfig tests

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent ccd34cf34b
commit b622d991cf
4 changed files with 67 additions and 38 deletions

View File

@@ -12,6 +12,7 @@ go_test(
srcs = ["lxcconfig_test.go"],
embed = [":go_default_library"],
deps = [
"//src/undocker/internal/tartest:go_default_library",
"@com_github_stretchr_testify//assert:go_default_library",
"@com_github_stretchr_testify//require:go_default_library",
],