mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-14 04:22:13 -04:00
parent
02e98f101d
commit
88d3d3b310
4 changed files with 20 additions and 20 deletions
|
@ -53,9 +53,9 @@ def test_run_command(capsys, cmd):
|
|||
proc = subprocess.Popen(
|
||||
[cmd, '--version'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
out, err = proc.communicate()
|
||||
assert err == b''
|
||||
assert out == ('brozzler %s - %s\n' % (
|
||||
brozzler.__version__, cmd)).encode('ascii')
|
||||
assert err == b''
|
||||
|
||||
def test_rethinkdb_up():
|
||||
'''Check that rethinkdb is up and running.'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue