mirror of
https://github.com/Smaug123/unofficial-nunit-runner
synced 2025-10-05 17:38:40 +00:00
Cope without the TestFixture attribute (#37)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="NoAttribute.fs" />
|
||||
<Compile Include="TestSetUp.fs" />
|
||||
<Compile Include="TestValues.fs" />
|
||||
<None Include="some-config.json">
|
||||
|
9
Consumer/NoAttribute.fs
Normal file
9
Consumer/NoAttribute.fs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Consumer
|
||||
|
||||
open NUnit.Framework
|
||||
open FsUnitTyped
|
||||
|
||||
module NoAttribute =
|
||||
|
||||
[<Test>]
|
||||
let foo () = 1 |> shouldEqual 1
|
Reference in New Issue
Block a user