Repository: aurora Updated Branches: refs/heads/master 018043a01 -> 3247a6c94
Fix broken style test cases causing PEP302 errors Testing Done: all tests including check style pass with this patch now Bugs closed: AURORA-1313 Reviewed at https://reviews.apache.org/r/33969/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/3247a6c9 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/3247a6c9 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/3247a6c9 Branch: refs/heads/master Commit: 3247a6c94091406367fce2efb8c6f8bdda853b9a Parents: 018043a Author: Jake Farrell <[email protected]> Authored: Thu May 7 23:38:33 2015 -0400 Committer: jfarrell <[email protected]> Committed: Thu May 7 23:38:33 2015 -0400 ---------------------------------------------------------------------- .../apache/aurora/executor/bin/test_gc_executor_entry_point.py | 1 + .../apache/aurora/executor/bin/test_thermos_executor_entry_point.py | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/3247a6c9/src/test/python/apache/aurora/executor/bin/test_gc_executor_entry_point.py ---------------------------------------------------------------------- diff --git a/src/test/python/apache/aurora/executor/bin/test_gc_executor_entry_point.py b/src/test/python/apache/aurora/executor/bin/test_gc_executor_entry_point.py index 903741a..d699878 100644 --- a/src/test/python/apache/aurora/executor/bin/test_gc_executor_entry_point.py +++ b/src/test/python/apache/aurora/executor/bin/test_gc_executor_entry_point.py @@ -12,6 +12,7 @@ # limitations under the License. # + def test_gc_executor_valid_import_dependencies(): from apache.aurora.executor.bin.gc_executor_main import proxy_main assert proxy_main is not None http://git-wip-us.apache.org/repos/asf/aurora/blob/3247a6c9/src/test/python/apache/aurora/executor/bin/test_thermos_executor_entry_point.py ---------------------------------------------------------------------- diff --git a/src/test/python/apache/aurora/executor/bin/test_thermos_executor_entry_point.py b/src/test/python/apache/aurora/executor/bin/test_thermos_executor_entry_point.py index afd59a1..e89a01e 100644 --- a/src/test/python/apache/aurora/executor/bin/test_thermos_executor_entry_point.py +++ b/src/test/python/apache/aurora/executor/bin/test_thermos_executor_entry_point.py @@ -12,6 +12,7 @@ # limitations under the License. # + def test_thermos_executor_valid_import_dependencies(): from apache.aurora.executor.bin.thermos_executor_main import proxy_main assert proxy_main is not None
