forked from leaderboardsgg/leaderboard-backend-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed integration project, replaced unit tests (leaderboardsgg#72)
* Removed integration project, replaced unit tests As I continued to improve Integration tests, I realized that they are going to be essentially as effective, and (when using an in memory db) barely slower than unit tests. Might as well save ourselves tons of effort and have minimal tests that basically just test the API as if it were a real client. * Remove `Test` prefix from test fixture names * Remove Ref to Integration Project in csproj * Fixed tests that weren't working Co-authored-by: Sim <[email protected]>
- Loading branch information
1 parent
6089632
commit 28d0caf
Showing
24 changed files
with
115 additions
and
795 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
LeaderboardBackend.Integration/LeaderboardBackend.Integration.csproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
LeaderboardBackend.Test/Controllers/CategoriesControllerTest.cs
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
LeaderboardBackend.Test/Controllers/LeaderboardsControllerTest.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.