wrknv
2026-03-21
Release 0.3.21 with mutation testing suite and massive test expansion
486 files · 545,170+ · 1,322-
Version 0.3.21 release
2 files changed
VERSIONBumped to 0.3.21pyproject.tomlPinned provide-foundation>=0.3.21,<0.4
Mutation testing suite
3 files changed
pyproject.tomlMutation testing project configurationdoctor.py18373-line doctor command mutation variantsenv_generator.py33263-line env generator mutation variants
Massive test expansion
7 files changed
test_check_command.py464-line check command teststest_doctor_command.py496-line doctor command teststest_nested_commands.py483-line nested commands teststest_security_command.py418-line security command teststest_errors.py499-line error handling teststest_doctor.py492-line wenv doctor teststest_discovery.py497-line workspace discovery tests
Debug guard removal and code quality
2 files changed
base.pyRemoved redundant is_debug_enabled guardsbaselines.pyFixed mypy no-any-return