087fada578275ba1d20db3fb66d4aa65bfd90814,examples/iris/test_iris_functional.py,,test_functional,#,12

Before Change


        os.path.dirname(__file__),
        "config.py",
        )
    run_smoke_tests_with_config(config_fname, run=["fit", "test", "predict"])


if __name__ == "__main__":
    test_functional()

After Change


        os.path.dirname(__file__),
        "config.py",
    )
    with flask_app_test.test_request_context():
        run_smoke_tests_with_config(
            config_fname, run=["fit", "test", "predict"])


if __name__ == "__main__":
    test_functional()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: ottogroup/palladium
Commit Name: 087fada578275ba1d20db3fb66d4aa65bfd90814
Time: 2016-09-21
Author: andreas.lattner@ottogroup.com
File Name: examples/iris/test_iris_functional.py
Class Name:
Method Name: test_functional


Project Name: ottogroup/palladium
Commit Name: 087fada578275ba1d20db3fb66d4aa65bfd90814
Time: 2016-09-21
Author: andreas.lattner@ottogroup.com
File Name: examples/R/test_R_functional.py
Class Name:
Method Name: test_functional


Project Name: ottogroup/palladium
Commit Name: 087fada578275ba1d20db3fb66d4aa65bfd90814
Time: 2016-09-21
Author: andreas.lattner@ottogroup.com
File Name: examples/julia/test_julia_functional.py
Class Name:
Method Name: test_functional