Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
c58096a5
Commit
c58096a5
authored
3 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
doc(tests): add metadata instructions
parent
7f4bcf2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/README.md
+9
-0
9 additions, 0 deletions
integration-tests/README.md
with
9 additions
and
0 deletions
integration-tests/README.md
+
9
−
0
View file @
c58096a5
...
...
@@ -122,7 +122,16 @@ functions defined in `integration-tests/tests/common`.
To realize the RPC requests, we use the rust crate
[
subxt
](
https://github.com/paritytech/subxt
)
.
#### Upgrade metadata
To work, the integration tests need to have the runtime metadata up to date, here is how to update
them:
```
bash
subxt metadata
-f
bytes
>
resources/metadata.scale
```
If you don't have subxt, install it:
`cargo install subxt-cli`
[
BDD
]:
https://en.wikipedia.org/wiki/Behavior-driven_development
[
cucumber
]:
https://cucumber.io/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment