feat(tests): rework tests in numerous ways (#3059)

This commit is contained in:
ns6089 2024-08-22 23:48:24 +03:00 committed by GitHub
commit 764ce03520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 316 additions and 446 deletions

View file

@ -13,7 +13,7 @@ namespace stream {
concat_and_insert(uint64_t insert_size, uint64_t slice_size, const std::string_view &data1, const std::string_view &data2);
}
#include <tests/conftest.cpp>
#include "../tests_common.h"
TEST(ConcatAndInsertTests, ConcatNoInsertionTest) {
char b1[] = { 'a', 'b' };