aboutsummaryrefslogtreecommitdiff
path: root/src/test/config.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-04-22 16:43:11 +0200
committerWojtek Kosior <koszko@koszko.org>2022-04-25 13:19:02 +0200
commit4d8810538798aa815a459f298349a03fc6b3ea3f (patch)
tree913f7eb355cde988c621b16928349e3623fb19f1 /src/test/config.json
parentbfd6005d0e1481e8a4df1f06c74e70a558199b71 (diff)
downloadhaketilo-hydrilla-4d8810538798aa815a459f298349a03fc6b3ea3f.tar.gz
haketilo-hydrilla-4d8810538798aa815a459f298349a03fc6b3ea3f.zip
use pyproject.toml for pytest configuration and move all tests to tests/ directory
this commit also fixes inclusion of sample source package's REUSE data in source dist (needed for automated tests)
Diffstat (limited to 'src/test/config.json')
-rw-r--r--src/test/config.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/test/config.json b/src/test/config.json
deleted file mode 100644
index a75e2b1..0000000
--- a/src/test/config.json
+++ /dev/null
@@ -1,33 +0,0 @@
-// SPDX-License-Identifier: CC0-1.0
-
-// Hydrilla development config file.
-//
-// Copyright (C) 2021, 2022 Wojtek Kosior
-//
-// Available under the terms of Creative Commons Zero v1.0 Universal.
-
-// this config is meant to be used in development environment; unlike
-// src/hydrilla/server/config.json, it shall not be included in distribution
-{
- // Relative paths now get resolved from config's containing direcotry.
- "malcontent_dir": "./sample_malcontent",
-
- // Hydrilla will display this link to users as a place where they can
- // obtain sources for its software. This config option is meant to ease
- // compliance with the AGPL.
- "hydrilla_project_url": "https://hydrillabugs.koszko.org/projects/hydrilla/wiki",
-
- // Port to listen on (not relevant when Flask.test_client() is used).
- "port": 10112,
-
- // Use english for HTML files and generated messages.
- "language": "en_US",
-
- // Make Hydrilla error out on any warning
- "werror": true
-
- // With the below we can make hydrilla look for missing content items in
- // another instance instead of just erroring/warning.
- // TODO: feature not implemented
- // ,"hydrilla_parent": "https://api.hydrilla.koszko.org/1.0/"
-}