Alexey Sanko

Results 6 issues of Alexey Sanko

Integration into core plugins external pytest plugin https://github.com/AlexeySanko/pybuilder_pytest

Unfortunately, global property values from command line aren't set immediately after project object creation. And we cannot use it for plugins behaviour manage.

- filter_resources and copy_resouce plugins don't support placeholders into properties I found that widely use filtering and copying paths like ```project.get_property("filter_resources_glob").append("{}/__init__.py".format(name))``` or ```project.get_property('filter_resources_glob').append("settings/" + '{name}_settings.yaml'.format(name=name))``` I think that it could...

#497 Also include #500

``` >>> word = 'woman' >>> word = p.plural_noun(word) >>> word 'women' >>> word = p.plural_noun(word) >>> word 'womens' ```

help wanted