Closed asottile closed 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
Actual
Expected