You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
To test the relayer with unit tests, we need to finish implementing our mocked pallet client and hook the existing relayer tests into the pallet tests itself. This would allow each test to have a fresh environment when running the relayer as a library.
Checklist
Implement mocked pallet client
Migrate tests from the init-pallet to the pallet/tests
Migrate tests from the eth2substrate-block-relay to the pallet/tests
Add these tests to CI
The text was updated successfully, but these errors were encountered:
shekohex
changed the title
Test relayer libraries w/ pallet directly using a mocked runtime
[TASK] Test relayer libraries w/ pallet directly using a mocked runtime
Mar 10, 2023
Overview
To test the relayer with unit tests, we need to finish implementing our mocked pallet client and hook the existing relayer tests into the
pallet
tests itself. This would allow each test to have a fresh environment when running the relayer as a library.Checklist
pallet/tests
pallet/tests
The text was updated successfully, but these errors were encountered: