fix tests

This commit is contained in:
2019-09-21 08:36:48 -04:00
parent 9587b8c602
commit 5e38744225
+5
View File
@@ -1,6 +1,11 @@
import pytest
def test_help(bake):
c = bake("--help")
assert "bake" in c.err
def test_echo(bake):
c = bake("echo", fixture="1")
assert "kenneth" in c.err