From c1e52f2960cf275502f6bc0fce57457477dec0e3 Mon Sep 17 00:00:00 2001 From: Faylixe Date: Tue, 8 Dec 2020 14:01:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8A=20=20add=20stdout=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_train.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_train.py b/tests/test_train.py index 7c4bc48..a03cf6e 100644 --- a/tests/test_train.py +++ b/tests/test_train.py @@ -101,6 +101,7 @@ def test_train(): '-p', 'useless_config.json', '-d', path ]) + raise IOError(result.stdout) assert result.exit_code == 0 # assert that model checkpoint was created. assert os.path.exists(join(path, 'model', 'model.ckpt-10.index'))