[Feature] Add Tox and Pytest packages for testing and utilities unit tests #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to the project's testing infrastructure and adds unit tests for utilities. The following changes have been made:
Tox Configuration:
tox.ini
file to configure Tox, a testing tool that allows running tests against multiple Python versions and environments.tox.ini
file specifies the test environments for Python 3.8 and Python 3.9.Pytest Configuration:
pytest.ini
file to configure Pytest, a flexible and powerful testing framework.pytest.ini
file contains settings and options for running Pytest.Added Tox and Pytest Packages:
Utilities Unit Tests:
To run the tests and utilize the newly added testing infrastructure, follow these steps:
requirements.ini
.Activate the Virtual Environment (Optional):
Run the Tests:
tox
command in the project's root directory.tox.ini
file.Please review and merge this pull request to incorporate these improvements into the project's testing infrastructure.
Sample output of tox
