From d76a29b1119133faba8b7391b40d058d4e4a0efc Mon Sep 17 00:00:00 2001 From: southfox Date: Fri, 7 Apr 2023 14:49:28 +0800 Subject: [PATCH] [cicd] add test.toml --- .drone.yml | 1 + tests/test.toml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/test.toml diff --git a/.drone.yml b/.drone.yml index 07f7168..42a8f61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,5 +6,6 @@ steps: - name: test image: fnndsc/python-poetry commands: + - mv tests/test.toml data/config.toml - poetry install --with dev - poetry run pytest diff --git a/tests/test.toml b/tests/test.toml new file mode 100644 index 0000000..c3d3137 --- /dev/null +++ b/tests/test.toml @@ -0,0 +1,8 @@ + +domain = "test.foxhole.me" +username = "testfox" +name = "test233" +summary = "test" +https = false +icon_url = "http://test/static/nopic.png" +secret = "4f511111111111111111f054025b0b"