Browse Source

End of session notes.

master
Craig Oates 6 years ago
parent
commit
6695574cd7
  1. 6
      TestCentre/PropertyTests.fs
  2. 8
      TestCentre/UnitTests.fs
  3. 6
      WetPancake/ProductServices.fs

6
TestCentre/PropertyTests.fs

@ -218,3 +218,9 @@
|> Async.RunSynchronously
let results = Assert.NotEmpty test
Check.Quick results
module ``Exception Tests`` =
let temp = "begin"
// YOU ARE HERE -- WRITE EXCEPTION TESTS (DON'T FOGET UNIT TESTS).

8
TestCentre/UnitTests.fs

@ -189,4 +189,10 @@
let result =
Pancake.RequestAllTemplateFilesAsync ()
|> Async.RunSynchronously
Assert.NotEmpty result
Assert.NotEmpty result
module ``Exception Tests`` =
let temp = "begin"
// YOU ARE HERE -- WRITE EXCEPTION TESTS (DON'T FOGET PROPERTY TESTS).

6
WetPancake/ProductServices.fs

@ -72,8 +72,4 @@ module Pancake =
ListSampleFiles
|> Array.toList
return files
}
// Add Checks to make sure the client is passing in a .txt file?
// Leave for the client to check?
// Give the client a function to check (and throw) if not handed a .txt file?
}
Loading…
Cancel
Save