Skip to content

emrg: add connect.get_server_path tests - #30

Merged
argszero merged 1 commit into
masterfrom
test/add-connect-tests
Jul 18, 2026
Merged

emrg: add connect.get_server_path tests#30
argszero merged 1 commit into
masterfrom
test/add-connect-tests

Conversation

@argszero

Copy link
Copy Markdown
Owner

Add 3 tests for get_server_path() — the platform-adaptive socket path helper.

Tests cover:

  • Unix: returns socket path in config dir
  • Windows: returns named pipe path
  • CONNECT_ID constant is "emrgd"

Uses monkeypatch for platform switching, no real filesystem interaction.

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle #31

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle #32

@argszero
argszeroforce-pushed the test/add-connect-tests branch from 1c4849e to 10b6808CompareJuly 18, 2026 08:01

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM — cycle #33

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@argszero