Skip to content

Commit 058158d

Browse files
committed
Added description and readme about different categories of tests
1 parent 59c030a commit 058158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is a table describing about the different categories of tests and how they
1717
| Unit Tests | `sbt test` | `src/test/scala` or `src/test/scala-2` | No particular format restriction, but as a standard end with `Test` |
1818
| Integration Test | `sbt it:test` | `src/it/scala` or `src/it/scala-2` | No format restriction, but as a standard end with `IntegrationTest` |
1919
| Live Test | `sbt liveTests` | `src/it/scala` or `src/it/scala-2` | Test class name must end with `LiveTest` |
20-
| Manual Test | `sbt manualTests` | `src/it/scala` or `src/it/scala-2 | Test class name must end with `ManualTest` |
20+
| Manual Test | `sbt manualTests` | `src/it/scala` or `src/it/scala-2` | Test class name must end with `ManualTest` |
2121

2222
# Code fomatting
2323

0 commit comments

Comments
 (0)