remove unecessary tmpdir

This commit is contained in:
IAlibay
2020-07-15 19:34:33 +01:00
parent c24f59b6d4
commit 81e51c34bc

View File

@@ -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"