mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user