From b4b237ec1f4f0fcbf9fe136ab550270af57060a2 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 4 Nov 2021 23:04:41 +1000 Subject: [PATCH] Move tests into their projects. --- {tests => eris/tests}/__main___test.py | 0 {tests => eris/tests}/golden-files/help | 0 {tests => eris/tests}/golden-files/initial | 0 {tests => eris/tests}/golden-files/input/circle.bmp | Bin {tests => eris/tests}/golden-files/input/circle.gif | Bin {tests => eris/tests}/golden-files/input/circle.jpg | Bin {tests => eris/tests}/golden-files/input/circle.png | Bin {tests => eris/tests}/golden-files/input/circle.ppm | Bin {tests => eris/tests}/golden-files/input/circle.tga | Bin .../tests}/golden-files/input/circle.tiff | Bin .../tests}/golden-files/input/clojure-util.java | 0 {tests => eris/tests}/golden-files/input/hello.c | 0 {tests => eris/tests}/golden-files/input/hello.cpp | 0 {tests => eris/tests}/golden-files/input/hello.h | 0 {tests => eris/tests}/golden-files/input/hi.html | 0 {tests => eris/tests}/golden-files/input/hi.tar.bz2 | Bin {tests => eris/tests}/golden-files/input/hi.tar.gz | Bin {tests => eris/tests}/golden-files/input/hi.tgz | Bin {tests => eris/tests}/golden-files/input/hi.zip | Bin {tests => eris/tests}/golden-files/input/hi3.py | 0 .../tests}/golden-files/input/hi3_test.py | 0 {tests => eris/tests}/golden-files/input/hi_test.py | 0 {tests => eris/tests}/golden-files/input/libieee.a | Bin .../tests}/golden-files/input/libpcprofile.so | Bin {tests => eris/tests}/golden-files/input/perl.pl | 0 {tests => eris/tests}/golden-files/input/root.php | 0 .../tests}/golden-files/input/rotatingtree.o | Bin .../tests}/golden-files/input/standard.pdf | Bin .../tests}/golden-files/input/test_foo.py | 0 {tests => eris/tests}/golden-files/log | 0 .../golden-files/results/antic-closure-util_java | 0 .../golden-files/results/c_syntax_clang-hello_c | 0 .../golden-files/results/c_syntax_gcc-hello_c | 0 .../tests}/golden-files/results/contents-hi3_py | 0 .../golden-files/results/cpp_syntax_clang-hello_cpp | 0 .../golden-files/results/cpp_syntax_gcc-hello_cpp | 0 .../tests}/golden-files/results/html2text-hi_html | 0 .../tests}/golden-files/results/html_syntax-hi_html | 0 .../golden-files/results/jlint-javaversion_class | 0 .../tests}/golden-files/results/metadata-hi3_py | 0 .../tests}/golden-files/results/mypy-hi3_py | 0 .../tests}/golden-files/results/nm-libieee_a | 0 .../tests}/golden-files/results/nm-libpcprofile_so | 0 .../results/objdump_disassemble-rotatingtree_o | 0 .../results/objdump_headers-rotatingtree_o | 0 .../golden-files/results/pdf2txt-standard_pdf | 0 .../tests}/golden-files/results/perl_syntax-perl_pl | 0 .../tests}/golden-files/results/perltidy-perl_pl | 0 .../golden-files/results/php8_syntax-root_php | 0 .../tests}/golden-files/results/pil-circle_bmp | 0 .../tests}/golden-files/results/pil-circle_gif | 0 .../tests}/golden-files/results/pil-circle_jpg | 0 .../tests}/golden-files/results/pil-circle_png | 0 .../tests}/golden-files/results/pil-circle_ppm | 0 .../tests}/golden-files/results/pil-circle_tga | 0 .../tests}/golden-files/results/pil-circle_tiff | 0 .../tests}/golden-files/results/pil_half-circle_png | 0 .../tests}/golden-files/results/pycodestyle-hi3_py | 0 .../tests}/golden-files/results/pyflakes-hi3_py | 0 .../tests}/golden-files/results/pylint-hi3_py | 0 .../tests}/golden-files/results/python_gut-hi3_py | 0 .../golden-files/results/python_mccabe-hi3_py | 0 .../golden-files/results/python_modulefinder-hi3_py | 0 .../golden-files/results/python_syntax-hi3_py | 0 .../golden-files/results/python_unittests-hi3_py | 0 .../results/python_unittests-hi3_test_py | 0 .../results/python_unittests-test_foo_py | 0 .../golden-files/results/readelf-rotatingtree_o | 0 .../tests}/golden-files/results/zipinfo-hi_zip | 0 {tests => eris/tests}/golden-files/summary-initial | 0 .../tests}/golden-files/summary-one-element | 0 .../tests}/golden-files/summary-two-element | 0 .../tests}/golden-files/window-orientation | 0 {tests => eris/tests}/golden.py | 0 {tests => eris/tests}/lscolors_test.py | 0 {tests => eris/tests}/paged_list_test.py | 0 {tests => eris/tests}/tools_test.py | 0 {tests => eris/tests}/worker_test.py | 0 {tests => fill3/tests}/fill3_test.py | 0 {tests => termstr/tests}/termstr_test.py | 0 test-all | 4 ++-- 81 files changed, 2 insertions(+), 2 deletions(-) rename {tests => eris/tests}/__main___test.py (100%) rename {tests => eris/tests}/golden-files/help (100%) rename {tests => eris/tests}/golden-files/initial (100%) rename {tests => eris/tests}/golden-files/input/circle.bmp (100%) rename {tests => eris/tests}/golden-files/input/circle.gif (100%) rename {tests => eris/tests}/golden-files/input/circle.jpg (100%) rename {tests => eris/tests}/golden-files/input/circle.png (100%) rename {tests => eris/tests}/golden-files/input/circle.ppm (100%) rename {tests => eris/tests}/golden-files/input/circle.tga (100%) rename {tests => eris/tests}/golden-files/input/circle.tiff (100%) rename {tests => eris/tests}/golden-files/input/clojure-util.java (100%) rename {tests => eris/tests}/golden-files/input/hello.c (100%) rename {tests => eris/tests}/golden-files/input/hello.cpp (100%) rename {tests => eris/tests}/golden-files/input/hello.h (100%) rename {tests => eris/tests}/golden-files/input/hi.html (100%) rename {tests => eris/tests}/golden-files/input/hi.tar.bz2 (100%) rename {tests => eris/tests}/golden-files/input/hi.tar.gz (100%) rename {tests => eris/tests}/golden-files/input/hi.tgz (100%) rename {tests => eris/tests}/golden-files/input/hi.zip (100%) rename {tests => eris/tests}/golden-files/input/hi3.py (100%) rename {tests => eris/tests}/golden-files/input/hi3_test.py (100%) rename {tests => eris/tests}/golden-files/input/hi_test.py (100%) rename {tests => eris/tests}/golden-files/input/libieee.a (100%) rename {tests => eris/tests}/golden-files/input/libpcprofile.so (100%) rename {tests => eris/tests}/golden-files/input/perl.pl (100%) rename {tests => eris/tests}/golden-files/input/root.php (100%) rename {tests => eris/tests}/golden-files/input/rotatingtree.o (100%) rename {tests => eris/tests}/golden-files/input/standard.pdf (100%) rename {tests => eris/tests}/golden-files/input/test_foo.py (100%) rename {tests => eris/tests}/golden-files/log (100%) rename {tests => eris/tests}/golden-files/results/antic-closure-util_java (100%) rename {tests => eris/tests}/golden-files/results/c_syntax_clang-hello_c (100%) rename {tests => eris/tests}/golden-files/results/c_syntax_gcc-hello_c (100%) rename {tests => eris/tests}/golden-files/results/contents-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/cpp_syntax_clang-hello_cpp (100%) rename {tests => eris/tests}/golden-files/results/cpp_syntax_gcc-hello_cpp (100%) rename {tests => eris/tests}/golden-files/results/html2text-hi_html (100%) rename {tests => eris/tests}/golden-files/results/html_syntax-hi_html (100%) rename {tests => eris/tests}/golden-files/results/jlint-javaversion_class (100%) rename {tests => eris/tests}/golden-files/results/metadata-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/mypy-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/nm-libieee_a (100%) rename {tests => eris/tests}/golden-files/results/nm-libpcprofile_so (100%) rename {tests => eris/tests}/golden-files/results/objdump_disassemble-rotatingtree_o (100%) rename {tests => eris/tests}/golden-files/results/objdump_headers-rotatingtree_o (100%) rename {tests => eris/tests}/golden-files/results/pdf2txt-standard_pdf (100%) rename {tests => eris/tests}/golden-files/results/perl_syntax-perl_pl (100%) rename {tests => eris/tests}/golden-files/results/perltidy-perl_pl (100%) rename {tests => eris/tests}/golden-files/results/php8_syntax-root_php (100%) rename {tests => eris/tests}/golden-files/results/pil-circle_bmp (100%) rename {tests => eris/tests}/golden-files/results/pil-circle_gif (100%) rename {tests => eris/tests}/golden-files/results/pil-circle_jpg (100%) rename {tests => eris/tests}/golden-files/results/pil-circle_png (100%) rename {tests => eris/tests}/golden-files/results/pil-circle_ppm (100%) rename {tests => eris/tests}/golden-files/results/pil-circle_tga (100%) rename {tests => eris/tests}/golden-files/results/pil-circle_tiff (100%) rename {tests => eris/tests}/golden-files/results/pil_half-circle_png (100%) rename {tests => eris/tests}/golden-files/results/pycodestyle-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/pyflakes-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/pylint-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/python_gut-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/python_mccabe-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/python_modulefinder-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/python_syntax-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/python_unittests-hi3_py (100%) rename {tests => eris/tests}/golden-files/results/python_unittests-hi3_test_py (100%) rename {tests => eris/tests}/golden-files/results/python_unittests-test_foo_py (100%) rename {tests => eris/tests}/golden-files/results/readelf-rotatingtree_o (100%) rename {tests => eris/tests}/golden-files/results/zipinfo-hi_zip (100%) rename {tests => eris/tests}/golden-files/summary-initial (100%) rename {tests => eris/tests}/golden-files/summary-one-element (100%) rename {tests => eris/tests}/golden-files/summary-two-element (100%) rename {tests => eris/tests}/golden-files/window-orientation (100%) rename {tests => eris/tests}/golden.py (100%) rename {tests => eris/tests}/lscolors_test.py (100%) rename {tests => eris/tests}/paged_list_test.py (100%) rename {tests => eris/tests}/tools_test.py (100%) rename {tests => eris/tests}/worker_test.py (100%) rename {tests => fill3/tests}/fill3_test.py (100%) rename {tests => termstr/tests}/termstr_test.py (100%) diff --git a/tests/__main___test.py b/eris/tests/__main___test.py similarity index 100% rename from tests/__main___test.py rename to eris/tests/__main___test.py diff --git a/tests/golden-files/help b/eris/tests/golden-files/help similarity index 100% rename from tests/golden-files/help rename to eris/tests/golden-files/help diff --git a/tests/golden-files/initial b/eris/tests/golden-files/initial similarity index 100% rename from tests/golden-files/initial rename to eris/tests/golden-files/initial diff --git a/tests/golden-files/input/circle.bmp b/eris/tests/golden-files/input/circle.bmp similarity index 100% rename from tests/golden-files/input/circle.bmp rename to eris/tests/golden-files/input/circle.bmp diff --git a/tests/golden-files/input/circle.gif b/eris/tests/golden-files/input/circle.gif similarity index 100% rename from tests/golden-files/input/circle.gif rename to eris/tests/golden-files/input/circle.gif diff --git a/tests/golden-files/input/circle.jpg b/eris/tests/golden-files/input/circle.jpg similarity index 100% rename from tests/golden-files/input/circle.jpg rename to eris/tests/golden-files/input/circle.jpg diff --git a/tests/golden-files/input/circle.png b/eris/tests/golden-files/input/circle.png similarity index 100% rename from tests/golden-files/input/circle.png rename to eris/tests/golden-files/input/circle.png diff --git a/tests/golden-files/input/circle.ppm b/eris/tests/golden-files/input/circle.ppm similarity index 100% rename from tests/golden-files/input/circle.ppm rename to eris/tests/golden-files/input/circle.ppm diff --git a/tests/golden-files/input/circle.tga b/eris/tests/golden-files/input/circle.tga similarity index 100% rename from tests/golden-files/input/circle.tga rename to eris/tests/golden-files/input/circle.tga diff --git a/tests/golden-files/input/circle.tiff b/eris/tests/golden-files/input/circle.tiff similarity index 100% rename from tests/golden-files/input/circle.tiff rename to eris/tests/golden-files/input/circle.tiff diff --git a/tests/golden-files/input/clojure-util.java b/eris/tests/golden-files/input/clojure-util.java similarity index 100% rename from tests/golden-files/input/clojure-util.java rename to eris/tests/golden-files/input/clojure-util.java diff --git a/tests/golden-files/input/hello.c b/eris/tests/golden-files/input/hello.c similarity index 100% rename from tests/golden-files/input/hello.c rename to eris/tests/golden-files/input/hello.c diff --git a/tests/golden-files/input/hello.cpp b/eris/tests/golden-files/input/hello.cpp similarity index 100% rename from tests/golden-files/input/hello.cpp rename to eris/tests/golden-files/input/hello.cpp diff --git a/tests/golden-files/input/hello.h b/eris/tests/golden-files/input/hello.h similarity index 100% rename from tests/golden-files/input/hello.h rename to eris/tests/golden-files/input/hello.h diff --git a/tests/golden-files/input/hi.html b/eris/tests/golden-files/input/hi.html similarity index 100% rename from tests/golden-files/input/hi.html rename to eris/tests/golden-files/input/hi.html diff --git a/tests/golden-files/input/hi.tar.bz2 b/eris/tests/golden-files/input/hi.tar.bz2 similarity index 100% rename from tests/golden-files/input/hi.tar.bz2 rename to eris/tests/golden-files/input/hi.tar.bz2 diff --git a/tests/golden-files/input/hi.tar.gz b/eris/tests/golden-files/input/hi.tar.gz similarity index 100% rename from tests/golden-files/input/hi.tar.gz rename to eris/tests/golden-files/input/hi.tar.gz diff --git a/tests/golden-files/input/hi.tgz b/eris/tests/golden-files/input/hi.tgz similarity index 100% rename from tests/golden-files/input/hi.tgz rename to eris/tests/golden-files/input/hi.tgz diff --git a/tests/golden-files/input/hi.zip b/eris/tests/golden-files/input/hi.zip similarity index 100% rename from tests/golden-files/input/hi.zip rename to eris/tests/golden-files/input/hi.zip diff --git a/tests/golden-files/input/hi3.py b/eris/tests/golden-files/input/hi3.py similarity index 100% rename from tests/golden-files/input/hi3.py rename to eris/tests/golden-files/input/hi3.py diff --git a/tests/golden-files/input/hi3_test.py b/eris/tests/golden-files/input/hi3_test.py similarity index 100% rename from tests/golden-files/input/hi3_test.py rename to eris/tests/golden-files/input/hi3_test.py diff --git a/tests/golden-files/input/hi_test.py b/eris/tests/golden-files/input/hi_test.py similarity index 100% rename from tests/golden-files/input/hi_test.py rename to eris/tests/golden-files/input/hi_test.py diff --git a/tests/golden-files/input/libieee.a b/eris/tests/golden-files/input/libieee.a similarity index 100% rename from tests/golden-files/input/libieee.a rename to eris/tests/golden-files/input/libieee.a diff --git a/tests/golden-files/input/libpcprofile.so b/eris/tests/golden-files/input/libpcprofile.so similarity index 100% rename from tests/golden-files/input/libpcprofile.so rename to eris/tests/golden-files/input/libpcprofile.so diff --git a/tests/golden-files/input/perl.pl b/eris/tests/golden-files/input/perl.pl similarity index 100% rename from tests/golden-files/input/perl.pl rename to eris/tests/golden-files/input/perl.pl diff --git a/tests/golden-files/input/root.php b/eris/tests/golden-files/input/root.php similarity index 100% rename from tests/golden-files/input/root.php rename to eris/tests/golden-files/input/root.php diff --git a/tests/golden-files/input/rotatingtree.o b/eris/tests/golden-files/input/rotatingtree.o similarity index 100% rename from tests/golden-files/input/rotatingtree.o rename to eris/tests/golden-files/input/rotatingtree.o diff --git a/tests/golden-files/input/standard.pdf b/eris/tests/golden-files/input/standard.pdf similarity index 100% rename from tests/golden-files/input/standard.pdf rename to eris/tests/golden-files/input/standard.pdf diff --git a/tests/golden-files/input/test_foo.py b/eris/tests/golden-files/input/test_foo.py similarity index 100% rename from tests/golden-files/input/test_foo.py rename to eris/tests/golden-files/input/test_foo.py diff --git a/tests/golden-files/log b/eris/tests/golden-files/log similarity index 100% rename from tests/golden-files/log rename to eris/tests/golden-files/log diff --git a/tests/golden-files/results/antic-closure-util_java b/eris/tests/golden-files/results/antic-closure-util_java similarity index 100% rename from tests/golden-files/results/antic-closure-util_java rename to eris/tests/golden-files/results/antic-closure-util_java diff --git a/tests/golden-files/results/c_syntax_clang-hello_c b/eris/tests/golden-files/results/c_syntax_clang-hello_c similarity index 100% rename from tests/golden-files/results/c_syntax_clang-hello_c rename to eris/tests/golden-files/results/c_syntax_clang-hello_c diff --git a/tests/golden-files/results/c_syntax_gcc-hello_c b/eris/tests/golden-files/results/c_syntax_gcc-hello_c similarity index 100% rename from tests/golden-files/results/c_syntax_gcc-hello_c rename to eris/tests/golden-files/results/c_syntax_gcc-hello_c diff --git a/tests/golden-files/results/contents-hi3_py b/eris/tests/golden-files/results/contents-hi3_py similarity index 100% rename from tests/golden-files/results/contents-hi3_py rename to eris/tests/golden-files/results/contents-hi3_py diff --git a/tests/golden-files/results/cpp_syntax_clang-hello_cpp b/eris/tests/golden-files/results/cpp_syntax_clang-hello_cpp similarity index 100% rename from tests/golden-files/results/cpp_syntax_clang-hello_cpp rename to eris/tests/golden-files/results/cpp_syntax_clang-hello_cpp diff --git a/tests/golden-files/results/cpp_syntax_gcc-hello_cpp b/eris/tests/golden-files/results/cpp_syntax_gcc-hello_cpp similarity index 100% rename from tests/golden-files/results/cpp_syntax_gcc-hello_cpp rename to eris/tests/golden-files/results/cpp_syntax_gcc-hello_cpp diff --git a/tests/golden-files/results/html2text-hi_html b/eris/tests/golden-files/results/html2text-hi_html similarity index 100% rename from tests/golden-files/results/html2text-hi_html rename to eris/tests/golden-files/results/html2text-hi_html diff --git a/tests/golden-files/results/html_syntax-hi_html b/eris/tests/golden-files/results/html_syntax-hi_html similarity index 100% rename from tests/golden-files/results/html_syntax-hi_html rename to eris/tests/golden-files/results/html_syntax-hi_html diff --git a/tests/golden-files/results/jlint-javaversion_class b/eris/tests/golden-files/results/jlint-javaversion_class similarity index 100% rename from tests/golden-files/results/jlint-javaversion_class rename to eris/tests/golden-files/results/jlint-javaversion_class diff --git a/tests/golden-files/results/metadata-hi3_py b/eris/tests/golden-files/results/metadata-hi3_py similarity index 100% rename from tests/golden-files/results/metadata-hi3_py rename to eris/tests/golden-files/results/metadata-hi3_py diff --git a/tests/golden-files/results/mypy-hi3_py b/eris/tests/golden-files/results/mypy-hi3_py similarity index 100% rename from tests/golden-files/results/mypy-hi3_py rename to eris/tests/golden-files/results/mypy-hi3_py diff --git a/tests/golden-files/results/nm-libieee_a b/eris/tests/golden-files/results/nm-libieee_a similarity index 100% rename from tests/golden-files/results/nm-libieee_a rename to eris/tests/golden-files/results/nm-libieee_a diff --git a/tests/golden-files/results/nm-libpcprofile_so b/eris/tests/golden-files/results/nm-libpcprofile_so similarity index 100% rename from tests/golden-files/results/nm-libpcprofile_so rename to eris/tests/golden-files/results/nm-libpcprofile_so diff --git a/tests/golden-files/results/objdump_disassemble-rotatingtree_o b/eris/tests/golden-files/results/objdump_disassemble-rotatingtree_o similarity index 100% rename from tests/golden-files/results/objdump_disassemble-rotatingtree_o rename to eris/tests/golden-files/results/objdump_disassemble-rotatingtree_o diff --git a/tests/golden-files/results/objdump_headers-rotatingtree_o b/eris/tests/golden-files/results/objdump_headers-rotatingtree_o similarity index 100% rename from tests/golden-files/results/objdump_headers-rotatingtree_o rename to eris/tests/golden-files/results/objdump_headers-rotatingtree_o diff --git a/tests/golden-files/results/pdf2txt-standard_pdf b/eris/tests/golden-files/results/pdf2txt-standard_pdf similarity index 100% rename from tests/golden-files/results/pdf2txt-standard_pdf rename to eris/tests/golden-files/results/pdf2txt-standard_pdf diff --git a/tests/golden-files/results/perl_syntax-perl_pl b/eris/tests/golden-files/results/perl_syntax-perl_pl similarity index 100% rename from tests/golden-files/results/perl_syntax-perl_pl rename to eris/tests/golden-files/results/perl_syntax-perl_pl diff --git a/tests/golden-files/results/perltidy-perl_pl b/eris/tests/golden-files/results/perltidy-perl_pl similarity index 100% rename from tests/golden-files/results/perltidy-perl_pl rename to eris/tests/golden-files/results/perltidy-perl_pl diff --git a/tests/golden-files/results/php8_syntax-root_php b/eris/tests/golden-files/results/php8_syntax-root_php similarity index 100% rename from tests/golden-files/results/php8_syntax-root_php rename to eris/tests/golden-files/results/php8_syntax-root_php diff --git a/tests/golden-files/results/pil-circle_bmp b/eris/tests/golden-files/results/pil-circle_bmp similarity index 100% rename from tests/golden-files/results/pil-circle_bmp rename to eris/tests/golden-files/results/pil-circle_bmp diff --git a/tests/golden-files/results/pil-circle_gif b/eris/tests/golden-files/results/pil-circle_gif similarity index 100% rename from tests/golden-files/results/pil-circle_gif rename to eris/tests/golden-files/results/pil-circle_gif diff --git a/tests/golden-files/results/pil-circle_jpg b/eris/tests/golden-files/results/pil-circle_jpg similarity index 100% rename from tests/golden-files/results/pil-circle_jpg rename to eris/tests/golden-files/results/pil-circle_jpg diff --git a/tests/golden-files/results/pil-circle_png b/eris/tests/golden-files/results/pil-circle_png similarity index 100% rename from tests/golden-files/results/pil-circle_png rename to eris/tests/golden-files/results/pil-circle_png diff --git a/tests/golden-files/results/pil-circle_ppm b/eris/tests/golden-files/results/pil-circle_ppm similarity index 100% rename from tests/golden-files/results/pil-circle_ppm rename to eris/tests/golden-files/results/pil-circle_ppm diff --git a/tests/golden-files/results/pil-circle_tga b/eris/tests/golden-files/results/pil-circle_tga similarity index 100% rename from tests/golden-files/results/pil-circle_tga rename to eris/tests/golden-files/results/pil-circle_tga diff --git a/tests/golden-files/results/pil-circle_tiff b/eris/tests/golden-files/results/pil-circle_tiff similarity index 100% rename from tests/golden-files/results/pil-circle_tiff rename to eris/tests/golden-files/results/pil-circle_tiff diff --git a/tests/golden-files/results/pil_half-circle_png b/eris/tests/golden-files/results/pil_half-circle_png similarity index 100% rename from tests/golden-files/results/pil_half-circle_png rename to eris/tests/golden-files/results/pil_half-circle_png diff --git a/tests/golden-files/results/pycodestyle-hi3_py b/eris/tests/golden-files/results/pycodestyle-hi3_py similarity index 100% rename from tests/golden-files/results/pycodestyle-hi3_py rename to eris/tests/golden-files/results/pycodestyle-hi3_py diff --git a/tests/golden-files/results/pyflakes-hi3_py b/eris/tests/golden-files/results/pyflakes-hi3_py similarity index 100% rename from tests/golden-files/results/pyflakes-hi3_py rename to eris/tests/golden-files/results/pyflakes-hi3_py diff --git a/tests/golden-files/results/pylint-hi3_py b/eris/tests/golden-files/results/pylint-hi3_py similarity index 100% rename from tests/golden-files/results/pylint-hi3_py rename to eris/tests/golden-files/results/pylint-hi3_py diff --git a/tests/golden-files/results/python_gut-hi3_py b/eris/tests/golden-files/results/python_gut-hi3_py similarity index 100% rename from tests/golden-files/results/python_gut-hi3_py rename to eris/tests/golden-files/results/python_gut-hi3_py diff --git a/tests/golden-files/results/python_mccabe-hi3_py b/eris/tests/golden-files/results/python_mccabe-hi3_py similarity index 100% rename from tests/golden-files/results/python_mccabe-hi3_py rename to eris/tests/golden-files/results/python_mccabe-hi3_py diff --git a/tests/golden-files/results/python_modulefinder-hi3_py b/eris/tests/golden-files/results/python_modulefinder-hi3_py similarity index 100% rename from tests/golden-files/results/python_modulefinder-hi3_py rename to eris/tests/golden-files/results/python_modulefinder-hi3_py diff --git a/tests/golden-files/results/python_syntax-hi3_py b/eris/tests/golden-files/results/python_syntax-hi3_py similarity index 100% rename from tests/golden-files/results/python_syntax-hi3_py rename to eris/tests/golden-files/results/python_syntax-hi3_py diff --git a/tests/golden-files/results/python_unittests-hi3_py b/eris/tests/golden-files/results/python_unittests-hi3_py similarity index 100% rename from tests/golden-files/results/python_unittests-hi3_py rename to eris/tests/golden-files/results/python_unittests-hi3_py diff --git a/tests/golden-files/results/python_unittests-hi3_test_py b/eris/tests/golden-files/results/python_unittests-hi3_test_py similarity index 100% rename from tests/golden-files/results/python_unittests-hi3_test_py rename to eris/tests/golden-files/results/python_unittests-hi3_test_py diff --git a/tests/golden-files/results/python_unittests-test_foo_py b/eris/tests/golden-files/results/python_unittests-test_foo_py similarity index 100% rename from tests/golden-files/results/python_unittests-test_foo_py rename to eris/tests/golden-files/results/python_unittests-test_foo_py diff --git a/tests/golden-files/results/readelf-rotatingtree_o b/eris/tests/golden-files/results/readelf-rotatingtree_o similarity index 100% rename from tests/golden-files/results/readelf-rotatingtree_o rename to eris/tests/golden-files/results/readelf-rotatingtree_o diff --git a/tests/golden-files/results/zipinfo-hi_zip b/eris/tests/golden-files/results/zipinfo-hi_zip similarity index 100% rename from tests/golden-files/results/zipinfo-hi_zip rename to eris/tests/golden-files/results/zipinfo-hi_zip diff --git a/tests/golden-files/summary-initial b/eris/tests/golden-files/summary-initial similarity index 100% rename from tests/golden-files/summary-initial rename to eris/tests/golden-files/summary-initial diff --git a/tests/golden-files/summary-one-element b/eris/tests/golden-files/summary-one-element similarity index 100% rename from tests/golden-files/summary-one-element rename to eris/tests/golden-files/summary-one-element diff --git a/tests/golden-files/summary-two-element b/eris/tests/golden-files/summary-two-element similarity index 100% rename from tests/golden-files/summary-two-element rename to eris/tests/golden-files/summary-two-element diff --git a/tests/golden-files/window-orientation b/eris/tests/golden-files/window-orientation similarity index 100% rename from tests/golden-files/window-orientation rename to eris/tests/golden-files/window-orientation diff --git a/tests/golden.py b/eris/tests/golden.py similarity index 100% rename from tests/golden.py rename to eris/tests/golden.py diff --git a/tests/lscolors_test.py b/eris/tests/lscolors_test.py similarity index 100% rename from tests/lscolors_test.py rename to eris/tests/lscolors_test.py diff --git a/tests/paged_list_test.py b/eris/tests/paged_list_test.py similarity index 100% rename from tests/paged_list_test.py rename to eris/tests/paged_list_test.py diff --git a/tests/tools_test.py b/eris/tests/tools_test.py similarity index 100% rename from tests/tools_test.py rename to eris/tests/tools_test.py diff --git a/tests/worker_test.py b/eris/tests/worker_test.py similarity index 100% rename from tests/worker_test.py rename to eris/tests/worker_test.py diff --git a/tests/fill3_test.py b/fill3/tests/fill3_test.py similarity index 100% rename from tests/fill3_test.py rename to fill3/tests/fill3_test.py diff --git a/tests/termstr_test.py b/termstr/tests/termstr_test.py similarity index 100% rename from tests/termstr_test.py rename to termstr/tests/termstr_test.py diff --git a/test-all b/test-all index ec06da4..281133d 100755 --- a/test-all +++ b/test-all @@ -3,8 +3,8 @@ FAILURE=0 CODEBASE_PATH=$(dirname $0) -cd ${CODEBASE_PATH}/tests -for test in *_test.py; do +cd ${CODEBASE_PATH} +for test in {termstr,fill3,eris}/tests/*_test.py; do echo "Testing $test …" ./${test} 2>&1 FAILURE=$(($FAILURE | $?))