From f0e7e7d8703c7d7ae75157c7e28764fec35955fd Mon Sep 17 00:00:00 2001 From: "OPTIMUS-PRIME\\craig" Date: Sat, 8 Sep 2018 00:07:07 +0100 Subject: [PATCH] leave comment about function arrangement in LibraryTests.fs. --- TestCentre/LibraryTests.fs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TestCentre/LibraryTests.fs b/TestCentre/LibraryTests.fs index 5173ae9..78c7b9a 100644 --- a/TestCentre/LibraryTests.fs +++ b/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. *) + [] let ``Can create an image with no overlay`` () = resetSavingTestArea ()