diff options
Diffstat (limited to 'plugins/logger/tests')
-rw-r--r-- | plugins/logger/tests/.rr.yaml | 0 | ||||
-rw-r--r-- | plugins/logger/tests/logger_test.go | 1 | ||||
-rw-r--r-- | plugins/logger/tests/plugin1.go | 1 | ||||
-rw-r--r-- | plugins/logger/tests/plugin2.go | 1 |
4 files changed, 3 insertions, 0 deletions
diff --git a/plugins/logger/tests/.rr.yaml b/plugins/logger/tests/.rr.yaml new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/plugins/logger/tests/.rr.yaml diff --git a/plugins/logger/tests/logger_test.go b/plugins/logger/tests/logger_test.go new file mode 100644 index 00000000..ca8701d2 --- /dev/null +++ b/plugins/logger/tests/logger_test.go @@ -0,0 +1 @@ +package tests diff --git a/plugins/logger/tests/plugin1.go b/plugins/logger/tests/plugin1.go new file mode 100644 index 00000000..ca8701d2 --- /dev/null +++ b/plugins/logger/tests/plugin1.go @@ -0,0 +1 @@ +package tests diff --git a/plugins/logger/tests/plugin2.go b/plugins/logger/tests/plugin2.go new file mode 100644 index 00000000..ca8701d2 --- /dev/null +++ b/plugins/logger/tests/plugin2.go @@ -0,0 +1 @@ +package tests |