test stuff
This commit is contained in:
parent
fedee47ed1
commit
e86f3b0b6f
|
@ -123,3 +123,9 @@ Feature: inverted square root calculation
|
||||||
| 0 |
|
| 0 |
|
||||||
| 20000001.1 |
|
| 20000001.1 |
|
||||||
Then they are not about the same
|
Then they are not about the same
|
||||||
|
|
||||||
|
Scenario: Test if we can use the asterisk
|
||||||
|
Given a number
|
||||||
|
* a number
|
||||||
|
When we calculate the inverted square root of it normally
|
||||||
|
Then they are not about the same
|
||||||
|
|
|
@ -133,6 +133,7 @@ async fn they_are_not_about_the_same(world: &mut NumWorld) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
NumWorld::run("tests/features/book/revsqrt.feature").await;
|
NumWorld::run("tests/features/book/revsqrt.feature").await;
|
||||||
|
|
Loading…
Reference in New Issue