-
Notifications
You must be signed in to change notification settings - Fork 6
Open
0 / 10 of 1 issue completedOpen
0 / 10 of 1 issue completed
Copy link
Description
Issue Description
Investigate test warning about missing tests in Informedica.ZIndex.Tests.dll and document proper test execution.
Warning Details
Informedica.ZIndex.Tests test succeeded with 1 warning(s) (0.6s)
/usr/share/dotnet/sdk/9.0.109/Microsoft.TestPlatform.targets(48,5): warning : No test is available in /home/patrick/projects/GenPres2/tests/Informedica.ZIndex.Tests/bin/Debug/net9.0/Informedica.ZIndex.Tests.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.
Questions to Address
- Is this warning indicating a real problem or can it be ignored?
- Should tests contain actual test cases or is this expected?
- Is
dotnet test GenPres.slnthe correct way to run tests?
Investigation Steps
- Check if
Informedica.ZIndex.Testsproject contains actual test cases - Verify test framework configuration (Expecto vs MSTest)
- Document the proper way to run tests
- Fix missing tests or update project configuration
Additional Context
Also observed some debug output and agent disposal warnings during test runs that should be investigated.