moe_examples.tests package

Submodules

moe_examples.tests.bandit_example_test module

Integration test for bandit_example MOE example.

class moe_examples.tests.bandit_example_test.TestBanditExample[source]

Bases: moe_examples.tests.moe_example_test_case.MoeExampleTestCase

Test the bandit_example MOE example.

test_example_runs_with_non_default_kwargs()[source]

Simple integration test for example with non default kwargs.

moe_examples.tests.combined_example_test module

Integration test for combined_example MOE example.

class moe_examples.tests.combined_example_test.TestCombinedExample[source]

Bases: moe_examples.tests.moe_example_test_case.MoeExampleTestCase

Test the combined_example MOE example.

test_example_runs_with_non_default_optimizer_kwargs()[source]

Simple integration test for example with non default kwargs.

moe_examples.tests.hyper_opt_of_gp_from_historical_data_test module

Integration test for hyper_opt_of_gp_from_historical_data MOE example.

class moe_examples.tests.hyper_opt_of_gp_from_historical_data_test.TestHyperOptOfGpFromHistoricalData[source]

Bases: moe_examples.tests.moe_example_test_case.MoeExampleTestCase

Test the hyper_opt_of_gp_from_historical_data MOE example.

test_example_runs()[source]

Simple integration test for example.

moe_examples.tests.mean_and_var_of_gp_from_historic_data_test module

Integration test for mean_and_var_of_gp_from_historic_data MOE example.

class moe_examples.tests.mean_and_var_of_gp_from_historic_data_test.TestMeanAndVarOfGpFromHistoricData[source]

Bases: moe_examples.tests.moe_example_test_case.MoeExampleTestCase

Test the mean_and_var_of_gp_from_historic_data MOE example.

test_example_runs()[source]

Simple integration test for example.

moe_examples.tests.moe_example_test_case module

Base class for testing the moe examples.

class moe_examples.tests.moe_example_test_case.MoeExampleTestCase[source]

Bases: object

Base class for testing the moe examples.

classmethod create_webapp()[source]

Create a mocked webapp and store it in cls.testapp.

moe_examples.tests.next_point_via_simple_endpoint_test module

Integration test for next_point_via_simple_endpoint MOE example.

class moe_examples.tests.next_point_via_simple_endpoint_test.TestNextPointsViaSimpleEndpoint[source]

Bases: moe_examples.tests.moe_example_test_case.MoeExampleTestCase

Test the next_point_via_simple_endpoint MOE example.

test_example_runs()[source]

Simple integration test for example.

Module contents

Tests for the moe examples.