Skip to content

Clean up test helpers - #165

Open
zimri-leisher wants to merge 10 commits into
develfrom
test-all-cmds
Open

Clean up test helpers#165
zimri-leisher wants to merge 10 commits into
develfrom
test-all-cmds

Conversation

@zimri-leisher

Copy link
Copy Markdown
Collaborator
  • Clean up test helper file

Comment thread src/fpy/test_helpers.py Fixed
Comment thread src/fpy/harness.py
build_fpybc_harness()
except HarnessError as e:
_fpy_build_error = e
_fpybc_build_error = e
Comment thread src/fpy/harness.py
try:
build_wasm_harness()
except HarnessError as e:
_wasm_build_error = e
Comment thread src/fpy/test_helpers.py

from fpy.harness import HarnessError, fpybc_harness, wasm_harness
from fpy.state import CompileState, get_base_compile_state
from fpy.types import CMD_RESPONSE, CmdDef, FpyType, FpyValue, TypeKind
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.

2 participants