You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial mutation testing results are not promising:
🎉 Killed mutants. The goal is for everything to end up in this bucket.
⏰ Timeout. Test suite took 10 times as long as the baseline so were killed.
🤔 Suspicious. Tests took a long time, but not long enough to be fatal.
🙁 Survived. This means your tests need to be expanded.
🔇 Skipped. Skipped.
1. Using cached time for baseline tests, to run baseline again delete the cache file
2. Checking mutants
⠧ 6770/6770 🎉 4726 ⏰ 9 🤔 1 🙁 2034 🔇 0
Property-based testing is a more exhaustive automated testing than traditional unit testing.
I found this tutorial, using the hypothesis framework.
The text was updated successfully, but these errors were encountered: