<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 04/25/2015 07:43 AM, Ronny
Pfannschmidt wrote:<br>
</div>
<blockquote
cite="mid:B0CECF13-EF34-48BF-8D9F-8A970FAF6814@ronnypfannschmidt.de"
type="cite">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
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<br>
<br>
I'm working on merging that into pytest core<br>
</blockquote>
<br>
Is this ./.cache/ something standardized, similar to ~/.cache? Is it
used the same way, with namespacing inside .cache/ like
.cache/pytest/... ?<br>
<br>
(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 .)<br>
<br>
/Mads<br>
<br>
<br>
<blockquote
cite="mid:B0CECF13-EF34-48BF-8D9F-8A970FAF6814@ronnypfannschmidt.de"
type="cite"><br>
<div class="gmail_quote">Am 25. April 2015 02:43:06 MESZ, schrieb
Mads Kiilerich <a class="moz-txt-link-rfc2396E" href="mailto:mads@kiilerich.com"><mads@kiilerich.com></a>:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div class="moz-cite-prefix">On 04/24/2015 10:29 PM, Ronny
Pfannschmidt wrote:<br>
</div>
<blockquote
cite="mid:928f5cbc25bf09f18498.1429907386@heisenbug"
type="cite">
<pre wrap=""># HG changeset patch
# User Ronny Pfannschmidt <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:opensource@ronnypfannschmidt.de"><opensource@ronnypfannschmidt.de></a>
# Date 1429907346 -7200
# Fri Apr 24 22:29:06 2015 +0200
# Node ID 928f5cbc25bf09f18498e278fdb978fbc6194dee
# Parent 30419d563fb96eeb58cae4dd65781af71b36b264
ignore the .cache folder created by pytest-cache</pre>
</blockquote>
<br>
What is pytest-cache and why should we care? I haven't seen
any such folder.<br>
<br>
/Mads<br>
<br>
<br>
<blockquote
cite="mid:928f5cbc25bf09f18498.1429907386@heisenbug"
type="cite">
<pre wrap="">
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$
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
kallithea-general mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:kallithea-general@sfconservancy.org">kallithea-general@sfconservancy.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.sfconservancy.org/mailman/listinfo/kallithea-general">http://lists.sfconservancy.org/mailman/listinfo/kallithea-general</a>
</pre>
</blockquote>
<br>
</blockquote>
</div>
<br>
-- <br>
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail
gesendet.
</blockquote>
<br>
</body>
</html>