test: Quests Create/Read/Update/Delete

This commit is contained in:
Alexey 2025-11-28 21:39:06 +03:00
commit f5180a559b
3 changed files with 40 additions and 0 deletions

10
tests/io/config.toml Normal file
View file

@ -0,0 +1,10 @@
# Default config
# Path to quests folder relative to config
quests_path = "quests"
# Path to accounts folder relative to config
accounts_path = "accounts"
# Path to map .toml file relative to config
map = "map.toml"

View file

@ -0,0 +1 @@
this file exists because git requires directory to have a file in order to commit it