aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Keyword "and" is considered as part of the regexHEADmasterSantiago Alejandro Agüero2024-03-191-2/+2
| | | | Fixes: gb#ab139b9
* Generated tags should be sorted and deduplicated.0.7.4Matěj Cepl2017-07-102-2/+7
|
* Add .travis.ymlMatěj Cepl2016-05-164-7/+15
| | | | Also, fix install_requires (not requires, as I called it before)
* Should work on Python 3 as well.Matěj Cepl2016-05-161-0/+4
|
* Avoid unclosed file.Matěj Cepl2016-05-161-5/+4
|
* Fix order of tested data.Matěj Cepl2016-05-161-9/+11
| | | | Not sure, what's the problem.
* Change setup() keywords parameter to string form list.0.7.3Matěj Cepl2016-05-162-11/+15
| | | | | Also, some PEP8iziation. Also, change home URL to the gitlab one.
* Fix README to be correct reStructuredText.0.7.2Matěj Cepl2014-06-232-6/+21
|
* Remove 'given|step|when|then' from the feature for which we seek target.Matěj Cepl2014-06-231-8/+4
|
* The string in the step decoration doesn’t have to be Unicode.0.7.0Matěj Cepl2014-06-2313-9/+822
| | | | Fixes #1 on gitorious.
* Merged #1 "Replace distutils with setuptools (and simplify setup.py)"0.6.1Matěj Cepl2014-05-223-23/+4
|\
| * Replace distutils with setuptools (and simplify setup.py)Matěj Cepl2014-05-222-23/+3
|/
* Forgot to parse step files for 'given' decorator.Matěj Cepl2013-10-101-2/+2
|
* Package README as well.Matěj Cepl2013-10-053-2/+2
| | | | Rename README.md to README (hopefully github will understand)
* Add testsuite.Matěj Cepl2013-10-0510-15/+237
| | | | Also fix some problems with get_step.
* Make a proper Python package out of it.0.3.0Matěj Cepl2013-10-024-36/+89
| | | | | | * add setup.py * add proper README.md * make script more object-oriented and with more simple API.
* Add get_step function to find target for given feature.Matěj Cepl2013-10-021-0/+7
|
* Script generates something resembling tags file.Matěj Cepl2013-09-171-77/+129
| | | | | Testing is required. Add MIT license to the head of script
* Initial version of parsing sourcesMatěj Cepl2013-09-171-0/+144