Browse Source

End of session check-in.

master
Craig Oates 6 years ago
parent
commit
22f32c0859
  1. 5
      TestCentre/PropertyTests.fs
  2. 3
      TestCentre/UnitTests.fs
  3. 1
      WetPancake/AssemblyInfo.fs

5
TestCentre/PropertyTests.fs

@ -9,10 +9,11 @@
open Helpers
open InputGeneration
(* End of Session Note - Monday 23rd July
(* End of Session Note - Monday 23rd July/Tuesday 24th July
==================================================================================================================
[x] Remove the "contains a full stop" tests -- no longer needed due to change in functionality.
[] Update the "end with a full-stop" tests -- expanded the way a sentence can end.
[...] Update the "end with a full-stop" tests -- expanded the way a sentence can end.
[...] Add returns intended sentences for "clean" functions.
[x] Double check UnitTests.fs
*)

3
TestCentre/UnitTests.fs

@ -112,6 +112,9 @@
module ``Contents Tests`` =
// [] RequestCleanTextFromFile ends with end-token tests
// -- console, desktop, test, word
[<Fact>]
let ``CleanResult returns a string which ends with the correct end-token`` () =
let result =

1
WetPancake/AssemblyInfo.fs

@ -1,7 +1,6 @@
namespace WetPancake.AssemblyInfo
open System.Reflection
open System.Runtime.CompilerServices
open System.Runtime.InteropServices
// General Information about an assembly is controlled through the following

Loading…
Cancel
Save