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
_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to