<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Tobias Boege pushed to branch gb.test
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1ed40b6c85dbf393f6d0d18ffc81d1ef0db5eb1b">1ed40b6c</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2018-05-25T12:30:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.test: Simplify names for the "crashing test" test

[GB.TEST]
* OPT: Simplify names for the "crashing test" test
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5e171d5a1cd78ac5e49faa3d8eb907c20385b0d2">5e171d5a</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2018-05-25T12:40:16Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.test: Fix accounting in TestHarness

[GB.TEST]
* BUG: The test bonus is calculated correctly now
* BUG: Fix test success detection: all planned tests ran and no failures occurred
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0c151bc8122cd2adc1be70976d89517e565af923">0c151bc8</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2018-06-09T20:42:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.test: Subtest support for Assert

[GB.TEST]
* OPT: TapPrinter: use the Print method everywhere
* NEW: Add the TapPrinter_Filter event
* NEW: Assert: add subtest support
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7e1a24bc81f2ebd9fc9f503266408d2ea860b78a">7e1a24bc</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2018-06-09T21:37:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.test: do not nest assertion methods and add test plan to Assert.Subtest()

[GB.TEST]
* BUG: Assert: do not re-use assertions in other assertions; they have side-effects!
* NEW: add optional argument to Assert.Subtest() to give the test plan
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/eaad6a640f02e03b06c10774b99f18d1949a8aee">eaad6a64</a></strong>
<div>
<span>by Tobias Boege</span>
<i>at 2018-06-09T21:50:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">gb.test: Add test for subtest printing

[GB.TEST]
* NEW: Add test for subtest printing
* OPT: Prefix test classes run by self-tests with an underscore so that they don't interfere with class and struct names
</pre>
</li>
</ul>
<h4>9 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#e56035caa067a9b9e058a70b7e7c04716b927b0b">
comp/src/gb.test/.src/Assert.module

comp/src/gb.test/.src/Assert.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#404f009f23441502dc12c41dea40e80c233fbbbc">
comp/src/gb.test/.src/SelfTest/TestAsserts.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#95011ac30060a35bd3e16dfbad4ca65e3f9559b3">
comp/src/gb.test/.src/SelfTest/TestTestCrash.module

comp/src/gb.test/.src/SelfTest/TestCrash.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#4e23384672cc35aaf833c12f9bad326317c5d6e4">
comp/src/gb.test/.src/SelfTest/TestCrash/TestCrash.module

comp/src/gb.test/.src/SelfTest/TestCrash/_Crash.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#5133530766093300dbcf7add22d48df0a698e4b6">
<span class="new-file">
+
comp/src/gb.test/.src/SelfTest/TestSubtest.module
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#632db6e9b1de9f4149771616d77d41d7848c2be4">
<span class="new-file">
+
comp/src/gb.test/.src/SelfTest/TestSubtest/_Subtest.module
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#84763495b438903be3a50f7aa600eb20551df748">
comp/src/gb.test/.src/Tap/Tap.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#359c5935e9bac83270e171851dbb406d802c4fbd">
comp/src/gb.test/.src/Tap/TapPrinter.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee#64414042fed617bde926e974120b0843cc0cd232">
comp/src/gb.test/.src/TestHarness.class
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/compare/5613b9920d719284e47a6383c554a5734c5358b4...eaad6a640f02e03b06c10774b99f18d1949a8aee">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>