9f702af04dbf97de6c7e4733a7d7f84a630473ff,devtools/conda-recipe/run_test.py,,,#,7

Before Change



if os.getenv("CONDA_BUILD", False):
    if os.getenv("CIRCLECI", False):
        pytest_dir = os.path.join(os.path.expanduser("~"), os.getenv("CIRCLE_PROJECT_REPONAME"))
        pytest_cfg = os.path.join(pytest_dir, "setup.cfg")
    else:
        pytest_dir = os.path.join(os.getenv("RECIPE_DIR"), "../..")
        pytest_cfg = os.path.join(pytest_dir, "setup.cfg")
else:

After Change



junit_xml = os.path.join(os.getenv("CIRCLE_TEST_REPORTS", "."), "junit.xml")
if os.getenv("CONDA_BUILD", False):
    pytest_cfg = pkg_resources.resource_filename(test_pkg, "setup.cfg")
else:
    pytest_cfg = os.path.join(os.path.abspath(os.path.dirname(__file__)), "../../setup.cfg")
assert os.path.exists(pytest_cfg), pytest_cfg
print("Using pytest config file: %s" % pytest_cfg)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: markovmodel/PyEMMA
Commit Name: 9f702af04dbf97de6c7e4733a7d7f84a630473ff
Time: 2017-01-05
Author: m.scherer@fu-berlin.de
File Name: devtools/conda-recipe/run_test.py
Class Name:
Method Name:


Project Name: biolab/orange3
Commit Name: b75e6b8bdbf3a4b34a6ab5b634b79f72f0c7fc22
Time: 2015-07-17
Author: ales.erjavec@fri.uni-lj.si
File Name: Orange/widgets/visualize/owviswidget.py
Class Name:
Method Name:


Project Name: markovmodel/PyEMMA
Commit Name: 9f702af04dbf97de6c7e4733a7d7f84a630473ff
Time: 2017-01-05
Author: m.scherer@fu-berlin.de
File Name: devtools/conda-recipe/run_test.py
Class Name:
Method Name:


Project Name: Rostlab/nalaf
Commit Name: d7dea2164481d9c049c221c2a6fb7a3b28ba83d0
Time: 2015-08-18
Author: aleksandar.bojchevski@gmail.com
File Name: demo_predict.py
Class Name:
Method Name: