flaky tests when running in random order
shenganzhang opened this issue · 1 comments
shenganzhang commented
pbjam/tests/test_asy_peakbag.py::test_get_modeIDs
and pbjam/tests/test_asy_peakbag.py::test_get_summary_stats
can run into failure when executing the following commands:
pip install pytest-randomly
pytest --randomly-seed=1234
nielsenmb commented
Thanks for the heads up! I didn't know pytest can randomize the tests.
That said, the tests do need to be reworked at some point, they don't cover
everything particularly well.
…On Thu, 11 Nov 2021 at 21:58, shenganzhang ***@***.***> wrote:
pbjam/tests/test_asy_peakbag.py::test_get_modeIDs and
pbjam/tests/test_asy_peakbag.py::test_get_summary_stats can run into
failure when executing the following commands:
pip install pytest-randomly
pytest --randomly-seed=1234
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#265>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEJWO36HNAT66UL2G2GTEVTULQ4AHANCNFSM5H3N5CSA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.