Open ImaginaryDevelopment opened 6 years ago
I have the same issue.
This happens because you have multiple tests with the same fully qualified name:
unfocussed list/focussed list/will run
for example could refer to 3 different tests.
From the expecto readme:
You have to remember that the fully qualified names of tests need to be unique across your test project.
If you rename your tests to be unique it works as expected
Perhaps it could be improved by somehow notifying the user when they have non-unique test names. This would probably need some changes in expecto as well as expecto-adapter.
@olivercoad It is implemented in Expecto.
after running a single test, it vanishes
I have only two files after creating a new project targeting 4.6.2
and Program.fs
if I rebuild the test project the test reappears.