Source code for pygromos.tests.test_files.test_disres_file
import tempfile
from pygromos.files.topology.disres import Disres
from pygromos.tests.test_files.general_file_functions import general_file_tests
from pygromos.tests.in_testfiles import in_test_file_path
from pygromos.tests.test_files import out_test_root_dir
root_in = in_test_file_path + "/disres"
in_path = root_in + "/in_disres.dat"
root_out = tempfile.mkdtemp(dir=out_test_root_dir, prefix="disres_")
out_path = root_out + "/out_disres.dat"