Algorithm Testing — Python Testing Library
A Python library for testing algorithms with two complementary strategies: deterministic comparison against known-working implementations and stochastic stress testing with randomized inputs. Built with the Strategy design pattern for interchangeable algorithm implementations.
Aug 10, 2020