Skip to content

Setup#1

Merged
epbay01 merged 24 commits into
devfrom
setup
Apr 3, 2026
Merged

Setup#1
epbay01 merged 24 commits into
devfrom
setup

Conversation

@47thomasj
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@Emaniacinator Emaniacinator left a comment

Choose a reason for hiding this comment

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

Looks great! Thank you for working on this! :)

Copy link
Copy Markdown
Contributor

@epbay01 epbay01 left a comment

Choose a reason for hiding this comment

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

test

return True

def assert_strict_parity(self, py_result: Any, ts_result: Any, context: str = "") -> None:
if not self.compare_results(py_result, ts_result):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

invert the if and return early instead of having everything indented

Comment thread src/PyScriptTestBridge.ts

export type TestMethodHandler = (args: any[]) => any;

export class PyScriptTestBridge {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

add documentation

@epbay01 epbay01 merged commit b2fdfd5 into dev Apr 3, 2026
@epbay01 epbay01 deleted the setup branch April 3, 2026 17:47
Sign up for free to 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.

3 participants