Metadata-Version: |
2.1 |
Name: |
behave4git |
Version: |
0.4.0 |
Summary: |
This project provides an extension (testing domain) of Behave to use Git and GitLab (and GitHub in the near future). |
Author: |
Emmanuel Sciara |
Author-Email: |
emmanuel.sciara[at]gmail.com |
Home-Page: |
https://github.com/opinionated-digital-center/behave4git |
License: |
MIT |
Keywords: |
behave4git,behave4cmd,behave,bdd |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: Jython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Testing |
Requires-Python: |
>=3.6.1,<4.0.0 |
Requires-Dist: |
PyHamcrest (<3.0.0,>=2.0.2) |
Requires-Dist: |
behave (<2.0.0,>=1.2.6) |
Requires-Dist: |
behave4cli (<2.0,>=1.1) |
Requires-Dist: |
black; extra == "format" |
Requires-Dist: |
bpython (<0.19,>=0.18); extra == "repl" |
Requires-Dist: |
flake8 (<5.0,>=4.0); extra == "lint" |
Requires-Dist: |
flake8-bugbear (<22.0.0,>=21.0.0); extra == "lint" |
Requires-Dist: |
gitpython (<4.0.0,>=3.1.1) |
Requires-Dist: |
isort (<6,>=5); extra == "format" |
Requires-Dist: |
mock (<5.0.0,>=4.0.2); extra == "test" |
Requires-Dist: |
mypy (<0.741.0,>=0.740.0); extra == "bdd" or extra == "type" |
Requires-Dist: |
pydocstyle (<4.0,>=3.0); extra == "lint" |
Requires-Dist: |
pylint (<3.0,>=2.3); extra == "lint" |
Requires-Dist: |
pytest (<6.0,>=5.1); extra == "test" |
Requires-Dist: |
pytest-asyncio (<0.15.0,>=0.14.0); extra == "test" |
Requires-Dist: |
pytest-cov (<3.0.0,>=2.8.1); extra == "test" |
Requires-Dist: |
pytest-html (<3.0.0,>=2.0.1); extra == "test" |
Requires-Dist: |
pytest-mock (<2.0.0,>=1.13.0); extra == "test" |
Requires-Dist: |
seed-isort-config (<3.0,>=2.2); extra == "format" |
Requires-Dist: |
sphinx (<3.0.0,>=2.3.0); extra == "docs" |
Requires-Dist: |
sphinx-autobuild (<0.8.0,>=0.7.1); extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints (<2.0.0,>=1.10.3); extra == "docs" |
Requires-Dist: |
sphinx_rtd_theme (<0.6.0,>=0.5.0); extra == "docs" |
Requires-Dist: |
yapf (<0.31.0,>=0.30.0); extra == "lint" |
Provides-Extra: |
bdd |
Provides-Extra: |
docs |
Provides-Extra: |
format |
Provides-Extra: |
lint |
Provides-Extra: |
repl |
Provides-Extra: |
test |
Provides-Extra: |
type |