add tests

gen_tests updated
solution.md updated
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-11-24 22:57:46 +02:00
parent f50006d100
commit 4f8c18a066
49 changed files with 7209 additions and 3 deletions
+13 -2
View File
@@ -23,7 +23,17 @@
- Cover all the the criteria with tests specs
## Output
- Store all tests specs to the files `docs/03_tests/[##]_[test_name]_spec.md` with the next structure for each test file:
Store all tests specs to the files `docs/03_tests/[##]_[test_name]_spec.md`
Types and structures of tests:
- Integration tests
- Summary
- Detailed description
- Input data for this specific test scenario
- Expected result
- Maximum expected time to get result
- Acceptance tests:
- Summary
- Detailed description
- Preconditions for tests
@@ -34,4 +44,5 @@
- StepN - Expected resultN
## Notes
Do not put any code yet. Ask as many questions as needed.
- Do not put any code yet
- Ask as many questions as needed.