Parent issue: #160
The core' Tracker' struct has new responsibilities in the new Axum implementation for the HTTP tracker. New methods were added like: announce, scrape, authenticate, requires_authentication, empty_scrape_for.
I want to add tests for them because they are only indirectly tested now by integration tests.
In general, I will improve the test coverage for the Axum Tracker.
Parent issue: #160
The core' Tracker' struct has new responsibilities in the new Axum implementation for the HTTP tracker. New methods were added like:
announce,scrape,authenticate,requires_authentication,empty_scrape_for.I want to add tests for them because they are only indirectly tested now by integration tests.
In general, I will improve the test coverage for the Axum Tracker.