You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/tests
Your Name ed71baaab3 Add notification epoch inline fallback test (#7162)
getEpochId() now computes a bounded epoch inline on cache miss (oldest
notification within the window) instead of returning 1, which would turn
every notification query into a full-table scan until the async pipeline
repopulates the cache. Adds coverage for the recent-id fallback and the
no-recent-notifications case. (Code change committed alongside the #7195
NotificationService edits.)
2 weeks ago
..
Feature Add notification epoch inline fallback test (#7162) 2 weeks ago
Unit Fix tests 2 weeks ago
bats
CreatesApplication.php
Pest.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
TestCase.php