Metadata-Version: 1.2
Name: regtester
Version: 1.2
Summary: RegEx Tester is a module to build unit test of regex in python
Home-page: https://github.com/bayethiernodiop/regtester
Author: Thierno Ibrahima DIOP
Author-email: thierno.diop@baamtu.com
License: MIT
Description: # RegEx Tester
        
        This project will help to have a simple module that will help to test regexes in a simple and structured way.
        
        # INSTALLATION 
        
        pip install regtester
        
        # Usage
        
        regtester folder/file path to execute one or many tests in a folder
        every test has to inherit the class RegExTest inside the module and also finish with Test.py
        The class name must be the same as the file name without the .py 
        
        Class tes
        # Test
        
        The module can be tested using the command : regtester-test
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
