Skip to content

Commit 86fd351

Browse files
author
Kevin Logan
committed
readme
1 parent 5f7d4c3 commit 86fd351

5 files changed

Lines changed: 17 additions & 21 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,4 +431,4 @@ $RECYCLE.BIN/
431431
# JetBrains Rider
432432
.idea/
433433
*.sln.iml
434-
fsharpTests/obj/Debug/net6.0/fsharpTests.fsproj.CoreCompileInputs.cache
434+
fsharpTests/obj/*

Readme.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,19 @@
33
Blog post:
44
## Code Examples in examples folder
55

6-
## Simple Unit Test Example in fsharpTests folder
6+
- 01HelloWorldRepl.fsx
7+
- 02SimilarToLinqWithPipes.fs
8+
- 03PipingFunctions.fs
9+
- 04TypesAndObjects.fs
10+
- 05ListsAndCollections.fs
11+
- 06JsonNetSerialization.fs
12+
- 07PatternMatching.fs
13+
- 08Html.fs
14+
15+
## Simple Unit Test Example in fsharpTests folder
16+
17+
- https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-fsharp-with-mstest
18+
- https://freecontent.manning.com/when-to-unit-test-in-f/
19+
- https://github.com/fsprojects/tickspec
20+
21+
TODO: add some [FS Check](https://github.com/fscheck/FsCheck) test examples

fsharpTests/obj/Debug/net6.0/fsharpTests.AssemblyInfo.fs

Lines changed: 0 additions & 17 deletions
This file was deleted.

fsharpTests/obj/Debug/net6.0/fsharpTests.AssemblyInfoInputs.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

fsharpTests/obj/Debug/net6.0/fsharpTests.fsproj.CoreCompileInputs.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)