test!: Moved tests/src to tests/main to allow several commits

This commit is contained in:
Alexey 2025-11-28 21:08:30 +03:00
commit 01d3755ea6
5 changed files with 5 additions and 3 deletions

8
tests/main/quests/1.toml Normal file
View file

@ -0,0 +1,8 @@
# This example demonstrates typical quest
# see main.rs
id = 1
difficulty = "Easy"
reward = 100
name = "Example easy quest"
description = "Answer this quest without any attachments or comments"
answer = "Accept the answer if it has no attachments and an empty comment"