This repository contains test cases for various 01 Edu projects. Each project has its own dedicated folder with text files representing different test scenarios.
01edu-tests/
│
├── project1/
│ ├── test_case1.txt
│ ├── test_case2.txt
│ └── test_case3.txt
│
├── project2/
│ ├── test_case1.txt
│ └── test_case2.txt
│
└── README.md
- Each test file is named descriptively to indicate the specific scenario being tested.
- Files are plain text (.txt) for easy readability.
- Navigate to the specific project folder you want to test.
- Review the test case files to understand the different scenarios.
- Use these test files as a reference or input for your project implementations.
- Create a folder for a new project if it doesn't exist.
- Add test case files with clear and descriptive names.
- Ensure test cases cover various scenarios and edge cases.
- Test files are meant to be used as guidance and reference.
- Always verify and validate tests against the specific project requirements.