New issue 9: --cache copy-friendlier output https://bitbucket.org/hpk42/pytest-cache/issue/9/cache-copy-friendlier-output
David Szotten: it looks like `--cache` pprints the cache set, which isn't very friendly to copy/paste, since the first test is preceded by "`set([`". could we iterate over the set (maybe even sorted) and print each on its own line, (even skipping the quotes and the commas maybe) _______________________________________________ Pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
