Skip to content

Commit

Permalink
Remove tightly coupled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruhlmann committed Apr 9, 2024
1 parent 0c19209 commit c299517
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
_opam/
_build/
_coverage/
*.coverage
1 change: 0 additions & 1 deletion combined.coverage

This file was deleted.

7 changes: 0 additions & 7 deletions tests/unit/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@ let () =
Test_cases.Api.test_get_leaderboard2 ())
; Alcotest_lwt.test_case "invalid json" `Quick (fun _ () -> Test_cases.Api.test_invalid ())
] )
; ( "query"
, [ Alcotest_lwt.test_case "encode list<int>" `Quick (fun _ () -> Test_cases.Query.test_encode_list_int ())
; Alcotest_lwt.test_case "encode list<float>" `Quick (fun _ () ->
Test_cases.Query.test_encode_list_float ())
; Alcotest_lwt.test_case "encode list<string>" `Quick (fun _ () ->
Test_cases.Query.test_encode_list_string ())
] )
]
;;
19 changes: 0 additions & 19 deletions tests/unit/test_cases/query.ml

This file was deleted.

0 comments on commit c299517

Please sign in to comment.