[go: up one dir, main page]

forc-test 0.35.0

A library for building and running Sway unit tests within Forc packages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "forc-test"
version = "0.35.0"
authors = ["Fuel Labs <contact@fuel.sh>"]
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/sway"
description = "A library for building and running Sway unit tests within Forc packages."

[dependencies]
anyhow = "1"
forc-pkg = { version = "0.35.0", path = "../forc-pkg" }
fuel-tx = { workspace = true, features = ["builder"] }
fuel-vm = { workspace = true, features = ["random"] }
rand = "0.8"
sway-core = { version = "0.35.0", path = "../sway-core" }
sway-types = { version = "0.35.0", path = "../sway-types" }