mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Further tweak of the subprocess syntax
This commit is contained in:
parent
87b048c21e
commit
3121354620
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