bayethiernodiop / regtester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 99.2%Language:Shell 0.8%