alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Improve ignored unit test annotation strings #131

Open edchapman88 opened 11 months ago

edchapman88 commented 11 months ago

Tests across the repo are annotated with 'ignore' if they require a running ION server (ION node, MongoDB, IPFS, Bitcoin RPC) or running a trustchain-http server (or both).

eg.

    #[test]
    #[ignore = "integration test requires ION, MongoDB, IPFS and Bitcoin RPC"]
    fn test_example() {
          ... 
    }

TODO: