mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 04:57:16 +02:00
Further tweak of the subprocess syntax
This commit is contained in:
parent
dedc8c502a
commit
6ddaa2ba9c
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ class TestDatabase(TestCase):
|
|||
def test_database(self):
|
||||
|
||||
import subprocess
|
||||
subprocess.call(["mysql", "-u", "root", '-e', '"SHOW TABLE STATUS;"', "evennia"])
|
||||
subprocess.call(["mysql", "-u", "root", '-e', '"SHOW TABLE STATUS;"', "test_evennia"])
|
||||
subprocess.call(["mysql", "-u", "root", '-e "SHOW TABLE STATUS;"', "evennia"])
|
||||
|
||||
|
||||
@patch("evennia.server.server.LoopingCall", new=MagicMock())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue