Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divided unit test file into smaller test files #120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

QuanMPhm
Copy link
Contributor

Closes #116. This PR consists of the last commit. A directory has been created for invoices and processors. unit_test.py has been removed. This led to a small update in workflows/unit-test.yaml

@@ -22,4 +22,4 @@ jobs:

- name: Run unit tests
run: |
python -m unittest process_report/tests/unit_tests.py
python -m unittest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit (can be fixed in follow-up): I would still keep this pointing to process_report/tests/unit rather than the entire root directory.

A directory has been created for invoices and processors.
`unit_test.py` has been removed. This led to a small update
in `workflows/unit-test.yaml`
@QuanMPhm QuanMPhm force-pushed the 116/smaller_unit_tests branch from 3850d52 to 8a11696 Compare January 7, 2025 19:44
@QuanMPhm
Copy link
Contributor Author

QuanMPhm commented Jan 7, 2025

I removed 2 stray print statements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split unit_tests.py file into smaller files
2 participants