This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ale5000
Recipients ale5000
Date 2017-07-08.03:03:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499483029.13.0.269254590088.issue30874@psf.upfronthosting.co.za>
In-reply-to
Content
Unittest execute the tests twice in some conditions.

You can see the log here: https://travis-ci.org/ale5000-git/test/builds/251382617

based on this code: https://github.com/ale5000-git/test/tree/7a64f24a8bfea0579e30346ba993744272aa9c36

The code to load tests is this:
def custom_test_suite():
    import unittest
    return unittest.TestLoader().discover("tests", pattern="*_test.py")
History
Date User Action Args
2017-07-08 03:03:49ale5000setrecipients: + ale5000
2017-07-08 03:03:49ale5000setmessageid: <1499483029.13.0.269254590088.issue30874@psf.upfronthosting.co.za>
2017-07-08 03:03:49ale5000linkissue30874 messages
2017-07-08 03:03:48ale5000create