From 75e5e5f857b50a0eedbde84bcb10035479fc4571 Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Sun, 13 Jun 2021 19:35:58 -0600 Subject: start testing tutorial workflow --- tests/tutorial_steps.rs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/tutorial_steps.rs (limited to 'tests/tutorial_steps.rs') diff --git a/tests/tutorial_steps.rs b/tests/tutorial_steps.rs new file mode 100644 index 0000000..5af6eb5 --- /dev/null +++ b/tests/tutorial_steps.rs @@ -0,0 +1,13 @@ +mod tutorial; + +use tutorial::*; + +#[test] +fn tutorial1() { + step1("tutorial1"); +} + +#[test] +fn tutorial2() { + step2("tutorial2"); +} -- cgit v1.2.3