diff --git a/.gitignore b/.gitignore index 2df725e..9f80976 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,14 @@ examples/**/node_conformance_tests/ examples/**/package-lock.json examples/**/node_modules/ examples/**/node_harness_tests/ +examples/**/plain_modules/ examples/**/go_build/ examples/**/python_build/ -test_harness/**/go_plain_modules/ -test_harness/**/python_plain_modules/ -test_harness/**/node_plain_modules/ +examples/**/go_plain_modules/ +examples/**/python_plain_modules/ +examples/**/node_plain_modules/ *.log diff --git a/examples/example_hello_world_python/config.yaml b/examples/example_hello_world_python/config.yaml index 9b24666..217acaf 100644 --- a/examples/example_hello_world_python/config.yaml +++ b/examples/example_hello_world_python/config.yaml @@ -1,5 +1,3 @@ unittests-script: ../../test_scripts/run_unittests_python.sh conformance-tests-script: ../../test_scripts/run_conformance_tests_python.sh verbose: true # verbose flag, defaults to false if not set - -api: http://127.0.0.1:5000