Source code for schrodinger.application.phase.packages.test

"""
Common python test functions for pharma-src

Copyright Schrodinger, LLC. All rights reserved.
"""

import os


[docs]def pharma_testfile(filename): """ Absolute path to a file in pharma-src/python/test/testfiles """ pharma_src = os.path.join(os.environ["SCHRODINGER_SRC"], "pharma-src") return os.path.join(pharma_src, "test", "testfiles", filename)