Metadata-Version: 2.1
Name: PyTestingQA
Version: 2.3
Summary: It's a automatic testing program, for QA.
Home-page: https://github.com/CyberCoral/PyTesting
Download-URL: https://github.com/CyberCoral/PyTesting/archive/refs/tags/v2.3.tar.gz
Author: CyberCoral
Project-URL: Homepage, https://github.com/CyberCoral/PyTesting
Project-URL: Issues, https://github.com/CyberCoral/PyTesting/issues
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# PyTesting
A Python library that contains tools for unit testing.

# How to use
To use the project, you have two options:

### Program execution.
If you execute the program as a main module, it will
print a small description of the project. 

### Tool use.
Instead, if you import the module to your project or 
you build your own code on the library's file, you will
be able to use it directly.

# Remember to read the code's comments, they contain very useful information.
