-
Notifications
You must be signed in to change notification settings - Fork 36
Add Unit Tests #5
Copy link
Copy link
Open
Labels
TestTestTestbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestpython
Metadata
Metadata
Assignees
Labels
TestTestTestbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestpython
Description
The code in
[path/to/file.ext]currently has no automated tests. Adding unit tests will help us prevent bugs in the future and ensure the code works as expected.Tasks
test_[file_name].ext.[path/to/file.ext].Acceptance Criteria
README.mdis updated with instructions on how to run the tests.If you're new to testing, that's okay! We can provide guidance and resources. Please read our CONTRIBUTING.md to get started.