Skip to content

[FEATURE]: Tests for server & routing subsystem #116

Description

@lev2p1

Feature Category

Testing tooling

Problem Statement

It is necessary to understand whether the routing subsystem is performing its functions works correctly. We plan to wrap all subsystems in tests.

Proposed Solution

Use the path tests/unit to create tests (you can use the ready‑made example in ./routing).

API Design

TEST(ServerTest, TestGet) {
	EXPECT_EQ(x, y);
}

Alternative Solutions

No response

Use Case

No response

Impact and Scope

No response

Contribution

  • I would like to implement this feature
  • I need guidance on implementation
  • I can help with testing

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions