I have discovered if a source file containing test have more than 2 extensions Necessist will not enumerate the tests within. For example Float128.f.t.sol will not load. While Float128Fuzz.t.sol will. This occurs when executing Necessist without passing any files explicitly. e.g. necessist --framework foundry --verbose
You can see the changes I made to load the Fuzz and UnitTests into Necessist. Prior to that change only GasReports would load.
Forte-Service-Company-Ltd/float128#14