1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 13:13:49 +00:00

make sure debugs get tested too

This commit is contained in:
deadc0de6
2019-06-20 22:12:56 +02:00
parent 86273bc2be
commit 7ca156a591
2 changed files with 3 additions and 2 deletions

View File

@@ -123,6 +123,7 @@ profiles:
args = _fake_args()
args['--profile'] = 'p1'
args['--cfg'] = 'mocked'
args['--verbose'] = True
with self.assertRaises(ValueError):
o = Options(args=args)