Bidello/tests/UnitTest1.fs
bparodi@lezzo.org f67d752533 add tests
2024-10-26 14:12:05 +02:00

8 lines
107 B
Forth

module tests
open NUnit.Framework
open Pentole.TestsExtensions
[<Test>]
let Test1 () =
Assert.Pass()