diff options
author | MrArmonius <mrarmonius@gmail.com> | 2021-07-16 16:56:56 +0200 |
---|---|---|
committer | MrArmonius <mrarmonius@gmail.com> | 2021-07-19 18:57:40 +0200 |
commit | 9a8c19ec0f9b2f09daab244a49c67904c5c086aa (patch) | |
tree | f30c61228022493823ca812b292fee2285b2d233 /test/go.mod | |
parent | da627ac39ad437bfb6be7e5f343933a0ca4e5073 (diff) | |
download | bottin-9a8c19ec0f9b2f09daab244a49c67904c5c086aa.tar.gz bottin-9a8c19ec0f9b2f09daab244a49c67904c5c086aa.zip |
Bottin's Test V2.0 with Framework Testing
V2 the test end-to-end,
Tests made similar to V1.0,
Add the possibility to pararellize the tests,
Create an environnement for easy integration of news test,
Diffstat (limited to 'test/go.mod')
-rw-r--r-- | test/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/go.mod b/test/go.mod new file mode 100644 index 0000000..74ed1ce --- /dev/null +++ b/test/go.mod @@ -0,0 +1,8 @@ +module bottin/integration + +go 1.14 + +require ( + github.com/go-ldap/ldap/v3 v3.3.0 + github.com/sirupsen/logrus v1.4.2 +) |