diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-10 16:50:39 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-10 16:50:39 +0200 |
| commit | b054b3da76bd995cde1e5c1480ef36dbba4eb375 (patch) | |
| tree | 69a65fa45f4600f5351c2606ded745e939b1900f /tests/fixtures | |
| parent | 6593d2596f5d3df0da60a4e083b8097c8539b14e (diff) | |
| download | abusectl-b054b3da76bd995cde1e5c1480ef36dbba4eb375.tar.gz abusectl-b054b3da76bd995cde1e5c1480ef36dbba4eb375.zip | |
test: move the __main__ block to the end of the file
It sat above four test classes, so a direct `python3 tests/test_report.py`
would have run only what was defined before it. Nothing was hidden under
`unittest discover`, which is how the suite is run, and a direct run fails
on the import path anyway, but three classes from the current plan were
appended below it and the next one would have been too.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0176FYdVfpzUq8S9jecqQqL6
Diffstat (limited to 'tests/fixtures')
0 files changed, 0 insertions, 0 deletions
