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
.
[<Test>] let ``foo.bar`` () = Assert.That(1, Is.EqualTo(1))
Gives
We should have foo.bar node and not have it split.
foo.bar
Looking at the TRX we have:
<TestDefinitions> <UnitTest name="foo.bar" storage="/users/mmangel/workspaces/github/fable-compiler/fable.package.sdk/tests/bin/debug/net8.0/fable.package.sdk.tests.dll" id="efe994ad-7390-9305-a138-78e80dce1dac"> <Execution id="d56ce9e4-e2c8-4fe7-a3ab-e0bfb523d2a5" /> <TestMethod codeBase="/Users/mmangel/Workspaces/Github/fable-compiler/Fable.Package.SDK/tests/bin/Debug/net8.0/Fable.Package.SDK.Tests.dll" adapterTypeName="executor://nunit3testexecutor/" className="Fable.Package.SDK.Tests" name="foo.bar" /> </UnitTest> </TestDefinitions>
I suppose the test explorer is splitting the name property when it should probably not do that.
name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Gives
We should have
foo.bar
node and not have it split.Looking at the TRX we have:
I suppose the test explorer is splitting the
name
property when it should probably not do that.Machine infos
The text was updated successfully, but these errors were encountered: