existing config in TeamspeakStats-root shouldnt break tests
This commit is contained in:
parent
76868cae7e
commit
4d18c6549a
|
@ -11,7 +11,7 @@ def test_main():
|
||||||
|
|
||||||
@raises(exceptions.ConfigNotFound)
|
@raises(exceptions.ConfigNotFound)
|
||||||
def test_main_config_not_found():
|
def test_main_config_not_found():
|
||||||
main()
|
main(config_path='/some/where/no/conf.ini')
|
||||||
|
|
||||||
|
|
||||||
def test_main_idmap_load():
|
def test_main_idmap_load():
|
||||||
|
|
Loading…
Reference in New Issue