Skip to content

Commit d0fe766

Browse files
authored
Update documentation - Test/LinuxMain.swift was deleted (#141)
* Update documentation - Test/LinuxMain.swift was deleted Test/LinuxMain.swift was deleted in commit 4a33a0f - tag: 2.0.0-beta.2 * Update sentence about tests.
1 parent 36ab616 commit d0fe766

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Be careful to observe the script's output, it may have errors or ask you to do a
1818

1919
Once in Xcode, select the `FluentPostgreSQL-Package` scheme and use `CMD+U` to run the tests.
2020

21-
When adding new tests (please do 😁), don't forget to add the method name to the `allTests` array.
22-
If you add a new `XCTestCase` subclass, make sure to add it to the `Tests/LinuxMain.swift` file.
21+
Please add tests to cover bug fixes and new features.
2322

2423
If you are fixing a single GitHub issue in particular, you can add a test named `testGH<issue number>` to ensure
2524
that your fix is working. This will also help prevent regression.

0 commit comments

Comments
 (0)