Many tests fail on when run locally
See original GitHub issue63 failed, 627 passed, 1 skipped, 1 xfailed
Same results on my Windows desktop and a Linux server.
Edit: Should’ve mentioned, just for completeness, Python 3.7 on Windows and Python 3.6 on the Linux server.
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (10 by maintainers)
Top Results From Across the Web
Why Do My Tests Pass Locally but Fail on CircleCI?
If your tests only pass when run in a certain order, they may fail on CircleCI. "Out of Memory" errors. If a process...
Read more >Why tests pass locally but fail in Jenkins | Object Partners
Symptom: Tests pass locally when run in a certain order, but fail in Jenkins when run in a different order (or tests pass/fail...
Read more >Tests pass locally but "fail" on CI (i.e. test suites fail ... - GitHub
Tests are passing locally for me but don't pass on Travis. The output on Travis says 9/9 tests passed, but only 5/7 test...
Read more >How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >Tests are failing when running together but pass individually ...
The root cause for this is (almost) always side effects, that is your checks are not independent on each other.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just wanted to touch base, since I haven’t gotten to do anything loguru-related recently. Besides not having a lot of extra time lately, I also had a recurring shoulder/neck problem pop up much worse than previously. I’ve had to have my dominant arm in a sling for much of the last 8-9 days and am not sure how long until I’m back near 100%. The injury itself makes it difficult to sit and work at a computer for any useful amount of time. And the arm being in a sling makes the work much harder to do when I am.
Just wanted to let you know I haven’t forgotten about this : )
Tests should now work fine on any platform hopefully. Many modifications has been made. Also
tox
can be used to ensure environment is properly configured. If you ever notice there is still problems remaining, please tell me!