aboutsummaryrefslogtreecommitdiff
path: root/tests/tutorial_steps.rs
blob: 5af6eb5f57f730c1d65eefd99354ed35ffd31300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod tutorial;

use tutorial::*;

#[test]
fn tutorial1() {
    step1("tutorial1");
}

#[test]
fn tutorial2() {
    step2("tutorial2");
}