Skip to content

Commit

Permalink
added readme in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
FalaqMajeed committed Jan 11, 2025
1 parent 9653454 commit b1568d3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion solutions/tests/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Tests
# Test Folder πŸ—‚οΈ

This folder contains test files designed to validate the functionality of the
functions in the [solutions](https://github.com/MIT-Emerging-Talent/ET6-foundations-group-18/tree/main/solutions)
folder. βœ…

## Structure πŸ—οΈ

- Each test file corresponds to a function in the [solutions](https://github.com/MIT-Emerging-Talent/ET6-foundations-group-18/tree/main/solutions)
folder. πŸ”—
- Tests are written using Python's `unittest` framework. 🐍
- Folder structure: `test_file_1.py`, `test_file_2.py`, etc. πŸ“‚

## Running Tests ▢️

To run all tests in the folder, use the following command:

```bash
python -m unittest path/to/test/folder

0 comments on commit b1568d3

Please sign in to comment.