aboutsummaryrefslogtreecommitdiffstats
path: root/cucutags.py
Commit message (Expand)AuthorAgeFilesLines
* Keyword "and" is considered as part of the regexHEADmasterSantiago Alejandro Agüero2024-03-191-2/+2
* Generated tags should be sorted and deduplicated.0.7.4Matěj Cepl2017-07-101-1/+6
* Add .travis.ymlMatěj Cepl2016-05-161-1/+0
* Avoid unclosed file.Matěj Cepl2016-05-161-5/+4
* Change setup() keywords parameter to string form list.0.7.3Matěj Cepl2016-05-161-8/+9
* Fix README to be correct reStructuredText.0.7.2Matěj Cepl2014-06-231-1/+1
* 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-231-3/+6
* Replace distutils with setuptools (and simplify setup.py)Matěj Cepl2014-05-221-1/+1
* Forgot to parse step files for 'given' decorator.Matěj Cepl2013-10-101-2/+2
* Package README as well.Matěj Cepl2013-10-051-1/+1
* Add testsuite.Matěj Cepl2013-10-051-14/+11
* Make a proper Python package out of it.0.3.0Matěj Cepl2013-10-021-36/+37
* 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
* Initial version of parsing sourcesMatěj Cepl2013-09-171-0/+144