We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently you can focus a test and it seems like other tests are setting up/running when they shouldn't
The text was updated successfully, but these errors were encountered:
dotnet run doesnt seem to have this problem so it might a problem be with the dotnet test integration
Sorry, something went wrong.
finally figured out why dotnet test seems so slow for expecto
when Yolodev creates a test is calls getLocation https://github.com/YoloDev/YoloDev.Expecto.TestSdk/blob/040bbe714b2316d46fe623eff311fd4af7fa1434/src/YoloDev.Expecto.TestSdk/discovery.fs#L14
getLocation
which is some crazy reflection-fu in Expecto itself https://github.com/haf/expecto/blob/63c94332059b40b4bb3a41387eaf64d49e432be8/Expecto/Expecto.Impl.fs#L907-L1025
TheAngryByrd
No branches or pull requests
Details
Currently you can focus a test and it seems like other tests are setting up/running when they shouldn't
Checklist
The text was updated successfully, but these errors were encountered: