Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Integration tests

Runs the State Entity server and tests with basic client implementation.

Ensure testing_mode is set to "true" in Settings.toml.

To run integration tests with a real database - database and mainstay environment variables should be set. See server/README.

  1. (cd integration-tests && cargo test --no-default-features -- --test-threads=1)