diff options
| author | Jason Kölker <jason@koelker.net> | 2011-11-01 13:47:46 -0500 |
|---|---|---|
| committer | Jason Kölker <jason@koelker.net> | 2011-11-01 13:47:46 -0500 |
| commit | aa16a59f7fb8d43c18cd0da107ef5f1f2938a151 (patch) | |
| tree | bcc8b896687fe3a1f296c27145c42eb2ac5a9798 | |
| parent | 3000f0c0c1b9b0520d59af61155916ea16586967 (diff) | |
add __init__.py so tests run, remove bin and skeleton from pep8
| -rwxr-xr-x | run_tests.sh | 2 | ||||
| -rw-r--r-- | tests/__init__.py | 0 | ||||
| -rw-r--r-- | tests/unit/__init__.py | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index 2ea7de3..7df4cc7 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -58,7 +58,7 @@ function run_pep8 { # PEP8_EXCLUDE=vcsversion.py PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-pep8 --show-source" - PEP8_INCLUDE="bin/* openstack skeleton tools setup.py run_tests.py" + PEP8_INCLUDE="openstack tools setup.py run_tests.py" ${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE } diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/__init__.py diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/unit/__init__.py |
