Zebra/zebra-test/src
Janito Vaqueiro Ferreira Filho f33923f12f
Create a shared Tokio runtime for tests (#2397)
* Add a `zebra_test::RUNTIME` shared runtime

Create a lazily instantiated Tokio runtime that can be shared by tests.

* Split tests that require a shared runtime

Split two tests that were previously in one because of the need to share
a single Tokio runtime. With the `zebra_test::RUNTIME`, they can now
share the runtime without having to be a single test.
2021-07-01 10:30:31 +10:00
..
vectors Add final sapling root test vectors (#2243) 2021-06-04 10:31:47 -03:00
command.rs Improve docs and panic messages for zebra_test::command (#2406) 2021-06-28 10:35:56 -03:00
lib.rs Create a shared Tokio runtime for tests (#2397) 2021-07-01 10:30:31 +10:00
net.rs Release Blocker? Disable IPv6 tests when $ZEBRA_SKIP_IPV6_TESTS is set (#2405) 2021-06-29 11:20:32 +10:00
prelude.rs Standardise clippy lints and require docs (#2238) 2021-06-04 08:48:40 +10:00
transcript.rs Standardise clippy lints and require docs (#2238) 2021-06-04 08:48:40 +10:00
vectors.rs Standardise clippy lints and require docs (#2238) 2021-06-04 08:48:40 +10:00