Skip to content

Commit 268167c

Browse files
Deployed to github pages
1 parent 2ec96d2 commit 268167c

8 files changed

+8
-8
lines changed

demo/test_collection_failure_syntax_error[]_ansi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<span class=" -Color -Color-Bold -Color-Bold-Cyan">===========================</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">short</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">test</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">summary</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">info</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">============================</span>
4545
<span class=" -Color -Color-Red">ERROR</span> f.py
4646
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
47-
<span class=" -Color -Color-Red">===============================</span> <span class=" -Color -Color-Bold -Color-Bold-Red">1</span> <span class=" -Color -Color-Bold -Color-Bold-Red">error</span> <span class=" -Color -Color-Red">in</span> <span class=" -Color -Color-Red">0.44s</span> <span class=" -Color -Color-Red">===============================</span></pre>
47+
<span class=" -Color -Color-Red">===============================</span> <span class=" -Color -Color-Bold -Color-Bold-Red">1</span> <span class=" -Color -Color-Bold -Color-Bold-Red">error</span> <span class=" -Color -Color-Red">in</span> <span class=" -Color -Color-Red">0.48s</span> <span class=" -Color -Color-Red">===============================</span></pre>
4848
</div>
4949
</body></html>

demo/test_collection_failure_syntax_error[]_pytest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
<span class=" -Color -Color-Bold -Color-Bold-Cyan">===========================</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">short</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">test</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">summary</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">info</span> <span class=" -Color -Color-Bold -Color-Bold-Cyan">============================</span>
4545
<span class=" -Color -Color-Red">ERROR</span> f.py
4646
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
47-
<span class=" -Color -Color-Red">===============================</span> <span class=" -Color -Color-Bold -Color-Bold-Red">1</span> <span class=" -Color -Color-Bold -Color-Bold-Red">error</span> <span class=" -Color -Color-Red">in</span> <span class=" -Color -Color-Red">0.44s</span> <span class=" -Color -Color-Red">===============================</span></pre>
47+
<span class=" -Color -Color-Red">===============================</span> <span class=" -Color -Color-Bold -Color-Bold-Red">1</span> <span class=" -Color -Color-Bold -Color-Bold-Red">error</span> <span class=" -Color -Color-Red">in</span> <span class=" -Color -Color-Red">0.48s</span> <span class=" -Color -Color-Red">===============================</span></pre>
4848
</div>
4949
</body></html>

demo/test_fail_with_class[-q]_ansi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
=================================== FAILURES ===================================
1515
<span class=" -Color -Color-Bold -Color-Bold-Red">_____________________________</span> <span class=" -Color -Color-Bold -Color-Bold-Red">TestThing.test_fail</span> <span class=" -Color -Color-Bold -Color-Bold-Red">______________________________</span>
1616

17-
self = &lt;f.TestThing object at 0x7ff44501aea0&gt;
17+
self = &lt;f.TestThing object at 0x7fcedc878260&gt;
1818

1919
&gt; def test_fail(self): assert False
2020
<span class=" -Color -Color-Bold -Color-Bold-Red">E</span> <span class=" -Color -Color-Bold -Color-Bold-Red">assert</span> <span class=" -Color -Color-Bold -Color-Bold-Red">False</span>

demo/test_fail_with_class[-q]_pytest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
=================================== FAILURES ===================================
1515
<span class=" -Color -Color-Bold -Color-Bold-Red">_____________________________</span> <span class=" -Color -Color-Bold -Color-Bold-Red">TestThing.test_fail</span> <span class=" -Color -Color-Bold -Color-Bold-Red">______________________________</span>
1616

17-
self = &lt;f.TestThing object at 0x7ff44501aea0&gt;
17+
self = &lt;f.TestThing object at 0x7fcedc878260&gt;
1818

1919
&gt; def test_fail(self): assert False
2020
<span class=" -Color -Color-Bold -Color-Bold-Red">E</span> <span class=" -Color -Color-Bold -Color-Bold-Red">assert</span> <span class=" -Color -Color-Bold -Color-Bold-Red">False</span>

demo/test_fail_with_class[-v]_ansi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
=================================== FAILURES ===================================
2222
<span class=" -Color -Color-Bold -Color-Bold-Red">_____________________________</span> <span class=" -Color -Color-Bold -Color-Bold-Red">TestThing.test_fail</span> <span class=" -Color -Color-Bold -Color-Bold-Red">______________________________</span>
2323

24-
self = &lt;f.TestThing object at 0x7ff444fd45c0&gt;
24+
self = &lt;f.TestThing object at 0x7fcedc8780b0&gt;
2525

2626
&gt; def test_fail(self): assert False
2727
<span class=" -Color -Color-Bold -Color-Bold-Red">E</span> <span class=" -Color -Color-Bold -Color-Bold-Red">assert</span> <span class=" -Color -Color-Bold -Color-Bold-Red">False</span>

demo/test_fail_with_class[-v]_pytest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
=================================== FAILURES ===================================
2222
<span class=" -Color -Color-Bold -Color-Bold-Red">_____________________________</span> <span class=" -Color -Color-Bold -Color-Bold-Red">TestThing.test_fail</span> <span class=" -Color -Color-Bold -Color-Bold-Red">______________________________</span>
2323

24-
self = &lt;f.TestThing object at 0x7ff444fd45c0&gt;
24+
self = &lt;f.TestThing object at 0x7fcedc8780b0&gt;
2525

2626
&gt; def test_fail(self): assert False
2727
<span class=" -Color -Color-Bold -Color-Bold-Red">E</span> <span class=" -Color -Color-Bold -Color-Bold-Red">assert</span> <span class=" -Color -Color-Bold -Color-Bold-Red">False</span>

demo/test_fail_with_class[]_ansi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
=================================== FAILURES ===================================
2121
<span class=" -Color -Color-Bold -Color-Bold-Red">_____________________________</span> <span class=" -Color -Color-Bold -Color-Bold-Red">TestThing.test_fail</span> <span class=" -Color -Color-Bold -Color-Bold-Red">______________________________</span>
2222

23-
self = &lt;f.TestThing object at 0x7ff445241310&gt;
23+
self = &lt;f.TestThing object at 0x7fcedc97b2c0&gt;
2424

2525
&gt; def test_fail(self): assert False
2626
<span class=" -Color -Color-Bold -Color-Bold-Red">E</span> <span class=" -Color -Color-Bold -Color-Bold-Red">assert</span> <span class=" -Color -Color-Bold -Color-Bold-Red">False</span>

demo/test_fail_with_class[]_pytest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
=================================== FAILURES ===================================
2121
<span class=" -Color -Color-Bold -Color-Bold-Red">_____________________________</span> <span class=" -Color -Color-Bold -Color-Bold-Red">TestThing.test_fail</span> <span class=" -Color -Color-Bold -Color-Bold-Red">______________________________</span>
2222

23-
self = &lt;f.TestThing object at 0x7ff445241310&gt;
23+
self = &lt;f.TestThing object at 0x7fcedc97b2c0&gt;
2424

2525
&gt; def test_fail(self): assert False
2626
<span class=" -Color -Color-Bold -Color-Bold-Red">E</span> <span class=" -Color -Color-Bold -Color-Bold-Red">assert</span> <span class=" -Color -Color-Bold -Color-Bold-Red">False</span>

0 commit comments

Comments
 (0)