view test_integration/src/lib.rs @ 148:cd12993f4895

test_integration: Generate fake API
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 27 Oct 2020 11:05:36 +0100
parents
children 6d0b3ba8155e
line wrap: on
line source

mod integration_test_v1_types;

use integration_test_v1_types as inttest;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}