[py-dev] Feature proposition

Maciej Fijalkowski fijall at gmail.com
Wed Sep 9 15:20:31 CEST 2009


Hi.

I have a feature proposition that I'm missing every now and then from py.test.
Basically the idea is to be able to categorize tests with some
keywords, other than
just test name or part of it. Example:

http://paste.pocoo.org/show/138853/

And I would like to be able to run py.test -k +foo for example to run
TestFoo and TestOther
(or some other syntax).

The concrete use case is for example to mark all translation tests in
pypy test suite
(or part of it).

Cheers,
fijal



More information about the Pytest-dev mailing list