AlexeySanko / pybuilder_pytest

Pytest plugin for PyBuilder: https://github.com/pybuilder/pybuilder
6 stars 3 forks source link

Use of discriminators (aka 'markers')? #22

Open nskmda opened 11 months ago

nskmda commented 11 months ago

Is there any way to use pytest 'native' support of @pytest.mark.[integration|unit] to separate test cases instead of folders?

Not that packages w/different names is a bad idea but for 'legacy' code (like the 1 i'm working on now) it would b a nice feature.