Releases: behave/behave4cmd0
Releases · behave/behave4cmd0
v1.2.7.dev6
ADDED STEPS:
- command steps:
Then the command output should be: <TEXT>
- filesystem steps:
Then the following files should/should not exist: <TABLE>
v1.2.7.dev5
FIX: Install package w/ python 2.7
- Using python 2.7, sdist- and wheel package have "UNKNOWN-0.0.0" names
REASON: setuptools and/or build package for python 2.7 cause this problem
SOLUTION:
- Provide "setup.py" and "setup.cfg" (together with: pyproject.toml)
- pip uses "setup.py" then if python 2.7 is used (currently)
v1.2.7.dev4
Initial release in own repository.
BASED-ON: behave4cmd0 as part of behave .