On 04/25/2015 07:43 AM, Ronny Pfannschmidt wrote:
A pytest plugin to carry on information from previous test runs, run only the tests that failed in the last test run, rerun failing tests on code changes

I'm working on merging that into pytest core

Is this ./.cache/ something standardized, similar to ~/.cache? Is it used the same way, with namespacing inside .cache/ like .cache/pytest/... ?

(The .tox folders annoy me when ack doesn't ignore them. It also seems wrong that it should know about all such folders. I can see how it would be nice if tox used ./.cache/tox .)

/Mads



Am 25. April 2015 02:43:06 MESZ, schrieb Mads Kiilerich <m...@kiilerich.com>:

    On 04/24/2015 10:29 PM, Ronny Pfannschmidt wrote:
    # HG changeset patch
    # User Ronny Pfannschmidt<opensou...@ronnypfannschmidt.de>
    # Date 1429907346 -7200
    #      Fri Apr 24 22:29:06 2015 +0200
    # Node ID 928f5cbc25bf09f18498e278fdb978fbc6194dee
    # Parent  30419d563fb96eeb58cae4dd65781af71b36b264
    ignore the .cache folder created by pytest-cache

    What is pytest-cache and why should we care? I haven't seen any
    such folder.

    /Mads


    diff --git a/.hgignore b/.hgignore
    --- a/.hgignore
    +++ b/.hgignore
    @@ -21,6 +21,7 @@ syntax: regexp
      ^\.project$
      ^\.pydevproject$
      ^\.coverage$
    +^.cache/
      ^kallithea\.db$
      ^test\.db$
      ^Kallithea\.egg-info$


    _______________________________________________
    kallithea-general mailing list
    kallithea-general@sfconservancy.org
    http://lists.sfconservancy.org/mailman/listinfo/kallithea-general


--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

_______________________________________________
kallithea-general mailing list
kallithea-general@sfconservancy.org
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to