I have many test code lines annotated with [<Fact(Skip="~~")>]
expression.
However, when I run test with dotnet test
command, they are not considered as active test cases.
How can I easily convert them into active test cases?
I have many test code lines annotated with [<Fact(Skip="~~")>]
expression.
However, when I run test with dotnet test
command, they are not considered as active test cases.
How can I easily convert them into active test cases?