eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

plugin: Put custom CLI options in "tornado" group #17

Closed allanlewis closed 5 years ago

allanlewis commented 8 years ago

Previously, the command-line options were added to the default group, labelled "custom options" by Pytest. This commit puts the options in a group labelled "tornado options", separating them from other options in order to make it clear where they come from. This is especially useful in environments where multiple plugins are used.

okin commented 5 years ago

I think this is a good idea. @vidartf any chance on getting this merged?

vidartf commented 5 years ago

Agreed, seems useful.

vidartf commented 5 years ago

This PR seems broken/corrupted somehow. I cannot merge here because of conflicts, and I cannot find its source branch/repo anywhere. Is this something we can salvage somehow, or should this be resubmitted (attribution to original author will be lost)?

allanlewis commented 5 years ago

I must have deleted my fork 😢 I'll see if I can recover it somehow.

allanlewis commented 5 years ago

Replaced by #53.