regression-testing-utils

View on PyPIReverse Dependencies (0)

0.1.0 regression_testing_utils-0.1.0-py2.py3-none-any.whl

Wheel Details

Project: regression-testing-utils
Version: 0.1.0
Filename: regression_testing_utils-0.1.0-py2.py3-none-any.whl
Download: [link]
Size: 24127
MD5: a3d10bbbc309eb91da06f61f784dd34d
SHA256: 38cb2998e6adbc44ba56464e7d0a88b6fd8ad9ab00c46d8e860cd9040ce91a35
Uploaded: 2024-03-10 20:46:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: regression_testing_utils
Version: 0.1.0
Summary: Collection of Python tools to support execution of regression testing.
Author: Jaideep Sundaram
Author-Email: jai.python3[at]gmail.com
Home-Page: https://github.com/jai-python3/regression-testing-utils
Keywords: regression_testing_utils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: Click (>=7.0)
Requires-Dist: Rich
Requires-Dist: PyYAML
Requires-Dist: xlsxwriter
License-File: AUTHORS.rst
[Description omitted; length: 674 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
regression_testing_utils/__init__.py sha256=KRhu2CeAIVHLo5laK-mbANSq2018-LhJ8Gq-FgncYZw 149
regression_testing_utils/checker.py sha256=oQfd-D2XZ7RPvGL_MHb4ulX3H42RGuA-WoYJAuHN0b8 1310
regression_testing_utils/compare_csv_files.py sha256=pMpnwtdenb0ORhWwfANB8apLYlUNIHdnJYqjHX2hovg 5196
regression_testing_utils/compare_files.py sha256=s5YmrgpHB5ixxWrOzPe1ICKfgS2yB3fCVZEsdrf6Pho 5984
regression_testing_utils/compare_tab_files.py sha256=GPW0e20lX8uNE3rmLY7iw6WugoCBlh3a1rBEoHzkgU4 5196
regression_testing_utils/config_checker.py sha256=i2acQSeZjulBVrI24YGBY7Vcy7MJzojU_cH7FqeUJYQ 3207
regression_testing_utils/console_helper.py sha256=jXmDjG9m_kHz9E8lczQQWQJuIA1EYRGDDhhwTR4KuYk 598
regression_testing_utils/constants.py sha256=Gf4uqgVAryBtEYy6f38Rh8evOJXmOKTgz8FE8vJt46w 547
regression_testing_utils/evaluator.py sha256=7UjYzkvCuY0wBKIyu3fYhzk2kKa2jIgBQIsCr2KQtAA 13243
regression_testing_utils/file_utils.py sha256=bNPUWcdKtBHqwNOddBQGGgsbasfu8sUcwLjw09QTu_M 7373
regression_testing_utils/make_shell_scripts_and_aliases.py sha256=7jD_KfQqhvtb7xz6G7w4b8otKRnGResmsIlsRryJp5w 3399
regression_testing_utils/manager.py sha256=IybTBIVzJP0xYhmp22Qjq53f5pYtc0ohtzcu5B1iOk0 8287
regression_testing_utils/runner.py sha256=PlsmTkFzlW9M6IeEuMYkkEa5W8nB8nIPrJI-d9MjFJg 3764
regression_testing_utils/system_caller.py sha256=HeQu0COwmL8Xk_OQrqIf73nrpKzwji3FKGOuD4JzNxI 3150
regression_testing_utils/conf/config.yaml sha256=V7M_gjDdRZDsR86eh0IofHpwBK9aRf9BXzKhMP1UYl4 2966
regression_testing_utils-0.1.0.dist-info/AUTHORS.rst sha256=BNf09knwYhZGXZ1ASoAy9UFWJFFxswfH0p-CzAext5s 163
regression_testing_utils-0.1.0.dist-info/METADATA sha256=EhdVNELksskq0_BLzI3BKW8q1UBKECqR5f_nwNqT9LU 1460
regression_testing_utils-0.1.0.dist-info/WHEEL sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk 110
regression_testing_utils-0.1.0.dist-info/entry_points.txt sha256=dQViVYqaO7bfpUANmdM2544bqLGbWcw-qQklMYJxrHU 492
regression_testing_utils-0.1.0.dist-info/top_level.txt sha256=CjR6WKvRgYpIu6751LY2yqgsk99hBSEw3xPo8aKdkzs 25
regression_testing_utils-0.1.0.dist-info/RECORD

top_level.txt

regression_testing_utils

entry_points.txt

make-regression-testing-utils = regression_testing_utils.make_shell_scripts_and_aliases:main
regression-testing-compare = regression_testing_utils.compare_files:main
regression-testing-compare-csv = regression_testing_utils.compare_csv_files:main
regression-testing-compare-tsv = regression_testing_utils.compare_tsv_files:main
regression-testing-config-checker = regression_testing_utils.config_checker:main
regression-testing-runner = regression_testing_utils.runner:main