From 81e51c34bc402f271a9249783760958015206920 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Wed, 15 Jul 2020 19:34:33 +0100 Subject: [PATCH] remove unecessary tmpdir --- tests/test_streamio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_streamio.py b/tests/test_streamio.py index ef08fee..13b302b 100644 --- a/tests/test_streamio.py +++ b/tests/test_streamio.py @@ -89,7 +89,7 @@ def test_stringio_filestream(tmpdir, pdb, options): filestream.close() -def test_valuerror_nofiletype(tmpdir): +def test_valuerror_nofiletype(): """Tests for raised ValueError when an unknown filename is passed to read_molecule_file""" pdb = "1FTJ-Chain-A" @@ -105,7 +105,7 @@ def test_valuerror_nofiletype(tmpdir): run_propka_stream(options, filestream, filename="test.dat") -def test_valuerror_notpdb(tmpdir): +def test_valuerror_notpdb(): """Tests for raised ValueError when a stream object that isn't a PDB is passed to read_molecule_file""" pdb = "1FTJ-Chain-A"