File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## Installation/Usage
10
10
11
- Substrate is a library, and cannot be run by itself.
12
11
To use Substrate, [ install Rust] ( https://www.rust-lang.org/tools/install ) ,
13
12
and add ` substrate ` as a dependency in your project's Cargo.toml:
14
13
@@ -46,14 +45,6 @@ just test
46
45
47
46
from the root of the Substrate repository.
48
47
49
- Most tests for Substrate can be found in ` substrate/src/tests ` . These include a mix of unit tests
50
- and integration tests, but may break the abstraction barrier as they a part of the ` substrate ` crate.
51
-
52
- Substrate integration tests can be found in the ` tests ` crate.
53
- These tests double as examples of how to use Substrate.
54
- If you wish to see the artifacts generated by an integration test,
55
- look in the appropriate folder in ` tests/build ` .
56
-
57
48
## Contributing
58
49
59
50
If you'd like to contribute to Substrate, please let us know. You can:
You can’t perform that action at this time.
0 commit comments