mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-14 20:18:02 +00:00
- Replace subprocess call with direct Django test runner invocation - This allows coverage tool to properly track test execution - Use django.setup() and get_runner() to run tests directly - Coverage should now show proper test coverage instead of 1%