<div dir="ltr"><div dir="ltr"><div>On Tue, Aug 27, 2019 at 4:43 PM Dan Stromberg &lt;<a href="mailto:drsalists@gmail.com">drsalists@gmail.com</a>&gt; wrote:<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">The closest thing that would be relevant in test_runner.py looks like:<br></div><div><div>    test_suite.addTest(TestDisposableLocks())</div></div></div></div></div></blockquote><div><br></div><div>This is probably where it&#39;s happening. Here you&#39;re manually instantiating a TestCase object, and since no &quot;methodName&quot; argument is being passed to the constructor, it&#39;s defaulting to &quot;runTest.&quot; (You can look at unittest&#39;s source code to see this.)</div><div><br></div><div>--Chris<br></div><div><br></div><div><br></div><div><br></div><div> </div></div></div>