Skip to content
Snippets Groups Projects
Commit b764c1eb authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Added test failure for experimenting

parent 20666676
No related branches found
No related tags found
1 merge request!1Issue #6 Base simulator class and methods
Pipeline #41142 failed
...@@ -2,3 +2,5 @@ ...@@ -2,3 +2,5 @@
def test_dummy(): def test_dummy():
assert "overcooked".startswith("over"), "overcooked does not start with 'over'" assert "overcooked".startswith("over"), "overcooked does not start with 'over'"
def test_failure():
assert False, "What does happen now?"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment