Wednesday, March 19, 2025
1 change
Code cleanup and technical improvements
This update moves test-mode behavior out of shared system components and into the testing framework where it belongs. It reduces internal complexity and helps keep normal application code separate from test-only logic, with no expected impact on everyday users.
Original PR description
`Registry.enter_test_mode` has been removed in favor of a method on `TransactionCase`