We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a317a45 commit 14889aeCopy full SHA for 14889ae
CMakeLists.txt
@@ -78,7 +78,6 @@ if(HYDRA_TESTS)
78
add_subdirectory(test/http)
79
endif()
80
81
- # TODO: Add tests
82
if(PROJECT_IS_TOP_LEVEL)
83
# Otherwise we need the child project to link
84
# against the sanitizers too.
test/http/request_1_1_test.cc
@@ -1,6 +1,8 @@
1
#include <gtest/gtest.h>
2
#include <sourcemeta/hydra/http.h>
3
4
+// TODO: Add more tests
5
+
6
TEST(HTTP_Request_1_1, XXX) {
7
sourcemeta::hydra::http::Request request{BASE_URL};
8
request.method(sourcemeta::hydra::http::Method::GET);
0 commit comments