test: Quests Create/Read/Update/Delete
This commit is contained in:
parent
01d3755ea6
commit
f5180a559b
3 changed files with 40 additions and 0 deletions
10
tests/io/config.toml
Normal file
10
tests/io/config.toml
Normal 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"
|
||||
1
tests/io/quests/.placeholder
Normal file
1
tests/io/quests/.placeholder
Normal file
|
|
@ -0,0 +1 @@
|
|||
this file exists because git requires directory to have a file in order to commit it
|
||||
Loading…
Add table
Add a link
Reference in a new issue