davidMcneil / rants

An async NATS client library for the Rust programming language.
Apache License 2.0
81 stars 11 forks source link

Improve nats server startup for integration tests #10

Closed davidMcneil closed 4 years ago

davidMcneil commented 4 years ago

For integration tests have a NATS_BIN environment variable and automatically start the nats server when the tests run. Opposed to requiring the nats server be running for the tests to work.