forked from MIT-Emerging-Talent/ET6-practice-code-review
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9653454
commit b1568d3
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |