Re-exports§
pub use pubky;pub use pubky_common;pub use pubky_homeserver;
Structs§
- Ephemeral
Testnet - A simple testnet with random ports assigned for all components.
- Ephemeral
Testnet Builder - Builder for configuring and creating an
EphemeralTestnet. - Static
Testnet - A simple testnet with
- Testnet
- A local test network for Pubky Core development. Can create a flexible amount of pkarr relays, http relays and homeservers.
Functions§
- drop_
test_ databases - Drops all registered empheral test databases This must be executed AFTER the homeserver or testnet is dropped.
Attribute Macros§
- test
- A macro that wraps a test function and makes sure the postgres test database(s) are dropped after the test completes/panics.