use-ink/ink

Add more UI tests for ink! chain extensions

Open

#951 opened on 2021年10月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (476 forks)github user discovery
B-enhancementE-help wantedgood first issue

Repository metrics

Stars
 (1,459 stars)
PR merge metrics
 (PR metrics pending)

説明

Currently we only have a single passing UI test for ink! chain extensions. This is nowhere near where we want to be with respect of user facing tests.

Ideally we have some smaller passing UI tests that don't try to cover everything like the current existing passing UI test. Also we'd have a failing UI test for all the things we explicitly want to catch, warn or error.

The new ink! chain extension UI tests should be structured in the folder like the other UI tests of the other ink! proc. macros with pass and fail folders.

コントリビューターガイド