Browse Source

leave comment about function arrangement in LibraryTests.fs.

master
Craig Oates 6 years ago
parent
commit
f0e7e7d870
  1. 3
      TestCentre/LibraryTests.fs

3
TestCentre/LibraryTests.fs

@ -62,6 +62,9 @@
{ colour = randomColour () :?> Brush
overlayType = Full }
(* Please non-test functions above the test functions.
See ConsoleTests.fs for the extended comment -- regarding function placement. *)
[<Property>]
let ``Can create an image with no overlay`` () =
resetSavingTestArea ()

Loading…
Cancel
Save