Yelp / Testify

A more pythonic testing framework.
Other
308 stars 67 forks source link

--list-tests doesn't produce output that is useful for --rerun-test-file #192

Closed asottile closed 11 years ago

asottile commented 11 years ago

Actual

$ testify tests --list-tests
[ 'tests.foo.bar Baz.test_baz',
  'tests.foo.bar Biz.test_biz',
  'tests.foo.foo Foo.test_foo',
]

Expected

$ testify tests --list-tests
tests.foo.bar Baz.test_baz
tests.foo.bar Biz.test_biz
tests.foo.foo Foo.test_foo