ome / omero-metadata

OMERO plugin for metadata manipulation https://www.openmicroscopy.org/omero/
GNU General Public License v2.0
7 stars 13 forks source link

Add missing -k test-string to pytest #37

Closed manics closed 4 years ago

manics commented 4 years ago

python setup.py test ... -k <string-to-match> should work

joshmoore commented 4 years ago

No objection but I'd be generally for stripping this stuff out of setup.py. It's much easier/cleaner to use py.test directly.