pydu
pydu copied to clipboard
Useful data structures and utils for Python.
Results
2
pydu issues
Sort by
recently updated
recently updated
newest added
Noticed flaky test when run: pytest --flake-finder test_iter.py. This fix addresses an Order-Dependent Brittle (OD-Brit) flaky test caused by reusing an exhausted iterator in multiple function calls. The test failed...
Ran pytest --flake-finder test_system.py and notice test_cmd_path to be a Non-Idempotent-Outcome test which the test pass in the first run but fail in the second. The fix ensures that the...