Add time module tests
This commit is contained in:
parent
213c28992c
commit
04f6a6a08f
2 changed files with 57 additions and 2 deletions
|
@ -7,6 +7,8 @@ import core.input
|
|||
import core.widget
|
||||
import modules.core.date
|
||||
|
||||
pytest.importorskip("datetime")
|
||||
|
||||
def build_module(args = []):
|
||||
config = core.config.Config(args)
|
||||
return modules.core.date.Module(config=config, theme=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue