mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
fix test config file location and paths
This commit is contained in:
parent
2ca62d90f2
commit
4b69b08028
7 changed files with 45 additions and 38 deletions
21
test/test_config.yaml
Normal file
21
test/test_config.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# ____ ____ ______ __ __ __ _____
|
||||
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
|
||||
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
|
||||
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
|
||||
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
|
||||
# German BOS Information Script
|
||||
#
|
||||
|
||||
# for the test_config
|
||||
types:
|
||||
string: Hello World
|
||||
bool: true
|
||||
integer: 11
|
||||
float: 3.14
|
||||
|
||||
# for the test_config
|
||||
list:
|
||||
- one
|
||||
- two
|
||||
- three
|
||||
Loading…
Add table
Add a link
Reference in a new issue