use-ink/ink

Add more UI tests for ink! chain extensions

Open

#951 aperta il 6 ott 2021

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (476 fork)github user discovery
B-enhancementE-help wantedgood first issue

Metriche repository

Star
 (1459 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor