-
-
Notifications
You must be signed in to change notification settings - Fork 3
Tests: Add Unit Tests for Graph Builder #19
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededpythonPull requests that update python codePull requests that update python codetestsIssues or pull requests related to adding, updating, or improving automated tests.Issues or pull requests related to adding, updating, or improving automated tests.
Description
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededpythonPull requests that update python codePull requests that update python codetestsIssues or pull requests related to adding, updating, or improving automated tests.Issues or pull requests related to adding, updating, or improving automated tests.
Projects
StatusShow more project fields
Todo
Unit Tests for Graph Builder Module
The
graph_builder.pymodule is a core part of AAPP‑MART, responsible for constructing attack graphs. Currently, it lacks basic unit tests. Adding simple tests will help ensure stability and make it easier for new contributors to understand the codebase.Tasks:
tests/(test_graph_builder.py).graph_builder.py.pytest.Why this is a good first issue: