Rename references to dcc to doomcc.
This commit is contained in:
parent
5b2528831d
commit
6c17ae717b
22 changed files with 94 additions and 94 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import cliff.app
|
||||
import dcc.play
|
||||
import doomcc.play
|
||||
import logging
|
||||
import os
|
||||
import mockito.matchers
|
||||
|
|
@ -26,9 +26,9 @@ def test_play(expect):
|
|||
scp.mkdir()
|
||||
scp.joinpath("config.toml").touch()
|
||||
scp.joinpath("scythe.wad").touch()
|
||||
dcc.play.Play.__init__ = lambda self: None
|
||||
dcc.play.Play.get_epilog = lambda self: ""
|
||||
rig = dcc.play.Play()
|
||||
doomcc.play.Play.__init__ = lambda self: None
|
||||
doomcc.play.Play.get_epilog = lambda self: ""
|
||||
rig = doomcc.play.Play()
|
||||
rig._hooks = []
|
||||
parser = rig.get_parser("test_play")
|
||||
parsed_args = parser.parse_args(args=["--doom", td, "scythe", "01"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue