Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

test: add tests for FamousGraphLibrary - #150

Merged
sauravbhattacharya001 merged 1 commit into
masterfrom
add-famous-graph-tests
Apr 1, 2026
Merged

sauravbhattacharya001 merged 1 commit into
masterfrom
add-famous-graph-tests

Conversation

@sauravbhattacharya001

Copy link
Copy Markdown
Owner

Adds FamousGraphLibraryTest verifying structural properties of all 12 famous named graphs (vertex/edge counts, regularity, hub degrees), plus catalog completeness and byName lookup tests.

Verify structural properties of all 12 famous named graphs:
- Petersen (10v/15e, 3-regular)
- Karate Club (34v/78e)
- Konigsberg Bridges (4v/7e)
- K3,3 (6v/9e)
- Frucht (12v/18e, cubic)
- Heawood (14v/21e, cubic)
- Dodecahedron (20v/30e, cubic)
- Tutte (46v/69e, cubic)
- Florentine Families (15v, Medici hub check)
- Diamond (4v/5e)
- Bull (5v/5e)
- Butterfly (5v/6e)

Also tests catalog completeness, byName case-insensitivity,
null/unknown handling, and full catalog resolution.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions Bot added tests Test additions or fixes size/m labels Mar 31, 2026
@sauravbhattacharya001
sauravbhattacharya001 merged commit 08419dc into master Apr 1, 2026
4 of 8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size/m tests Test additions or fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant