lib/popcorn: move examples tests to nice and tidy tests/ directories.
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 11 May 2017 23:07:37 +0000 (19:07 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 17 May 2017 13:38:29 +0000 (09:38 -0400)
commitef954d46107776713dca150f19980f908ca31dba
tree4f4e263ae27855d0c6c22d77eb16eba9270bfc39
parent25e34c9216c9c318ba5c1f81a200e68afb38cb29
lib/popcorn: move examples tests to nice and tidy tests/ directories.

So the user/reader directly see the important files.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
33 files changed:
lib/popcorn/Makefile
lib/popcorn/examples/angular/tests/test_example_angular.nit [moved from lib/popcorn/examples/angular/test_example_angular.nit with 91% similarity]
lib/popcorn/examples/angular/tests/test_example_angular.res [moved from lib/popcorn/examples/angular/test_example_angular.sav/test_example_angular.res with 99% similarity]
lib/popcorn/examples/handlers/tests/test_example_post_handler.nit [moved from lib/popcorn/examples/handlers/test_example_post_handler.nit with 97% similarity]
lib/popcorn/examples/handlers/tests/test_example_post_handler.res [moved from lib/popcorn/examples/handlers/test_example_post_handler.sav/test_example_post_handler.res with 93% similarity]
lib/popcorn/examples/handlers/tests/test_example_query_string.nit [moved from lib/popcorn/examples/handlers/test_example_query_string.nit with 97% similarity]
lib/popcorn/examples/handlers/tests/test_example_query_string.res [moved from lib/popcorn/examples/handlers/test_example_query_string.sav/test_example_query_string.res with 99% similarity]
lib/popcorn/examples/hello_world/tests/test_example_hello.nit [moved from lib/popcorn/examples/hello_world/test_example_hello.nit with 100% similarity]
lib/popcorn/examples/hello_world/tests/test_example_hello.res [moved from lib/popcorn/examples/hello_world/test_example_hello.sav/test_example_hello.res with 100% similarity]
lib/popcorn/examples/middlewares/tests/test_example_advanced_logger.nit [moved from lib/popcorn/examples/middlewares/test_example_advanced_logger.nit with 96% similarity]
lib/popcorn/examples/middlewares/tests/test_example_advanced_logger.res [moved from lib/popcorn/examples/middlewares/test_example_advanced_logger.sav/test_example_advanced_logger.res with 96% similarity]
lib/popcorn/examples/middlewares/tests/test_example_html_error_handler.nit [moved from lib/popcorn/examples/middlewares/test_example_html_error_handler.nit with 96% similarity]
lib/popcorn/examples/middlewares/tests/test_example_html_error_handler.res [moved from lib/popcorn/examples/middlewares/test_example_html_error_handler.sav/test_example_html_error_handler.res with 97% similarity]
lib/popcorn/examples/middlewares/tests/test_example_simple_error_handler.nit [moved from lib/popcorn/examples/middlewares/test_example_simple_error_handler.nit with 96% similarity]
lib/popcorn/examples/middlewares/tests/test_example_simple_error_handler.res [moved from lib/popcorn/examples/middlewares/test_example_simple_error_handler.sav/test_example_simple_error_handler.res with 82% similarity]
lib/popcorn/examples/middlewares/tests/test_example_simple_logger.nit [moved from lib/popcorn/examples/middlewares/test_example_simple_logger.nit with 96% similarity]
lib/popcorn/examples/middlewares/tests/test_example_simple_logger.res [moved from lib/popcorn/examples/middlewares/test_example_simple_logger.sav/test_example_simple_logger.res with 96% similarity]
lib/popcorn/examples/routing/tests/test_example_glob_route.nit [moved from lib/popcorn/examples/routing/test_example_glob_route.nit with 100% similarity]
lib/popcorn/examples/routing/tests/test_example_glob_route.res [moved from lib/popcorn/examples/routing/test_example_glob_route.sav/test_example_glob_route.res with 100% similarity]
lib/popcorn/examples/routing/tests/test_example_param_route.nit [moved from lib/popcorn/examples/routing/test_example_param_route.nit with 100% similarity]
lib/popcorn/examples/routing/tests/test_example_param_route.res [moved from lib/popcorn/examples/routing/test_example_param_route.sav/test_example_param_route.res with 100% similarity]
lib/popcorn/examples/routing/tests/test_example_router.nit [moved from lib/popcorn/examples/routing/test_example_router.nit with 100% similarity]
lib/popcorn/examples/routing/tests/test_example_router.res [moved from lib/popcorn/examples/routing/test_example_router.sav/test_example_router.res with 100% similarity]
lib/popcorn/examples/sessions/tests/test_example_session.nit [moved from lib/popcorn/examples/sessions/test_example_session.nit with 97% similarity]
lib/popcorn/examples/sessions/tests/test_example_session.res [moved from lib/popcorn/examples/sessions/test_example_session.sav/test_example_session.res with 98% similarity]
lib/popcorn/examples/static_files/tests/test_example_static.nit [moved from lib/popcorn/examples/static_files/test_example_static.nit with 92% similarity]
lib/popcorn/examples/static_files/tests/test_example_static.res [moved from lib/popcorn/examples/static_files/test_example_static.sav/test_example_static.res with 99% similarity]
lib/popcorn/examples/static_files/tests/test_example_static_default.nit [moved from lib/popcorn/examples/static_files/test_example_static_default.nit with 91% similarity]
lib/popcorn/examples/static_files/tests/test_example_static_default.res [moved from lib/popcorn/examples/static_files/test_example_static_default.sav/test_example_static_default.res with 99% similarity]
lib/popcorn/examples/static_files/tests/test_example_static_multiple.nit [moved from lib/popcorn/examples/static_files/test_example_static_multiple.nit with 81% similarity]
lib/popcorn/examples/static_files/tests/test_example_static_multiple.res [moved from lib/popcorn/examples/static_files/test_example_static_multiple.sav/test_example_static_multiple.res with 99% similarity]
lib/popcorn/tests/test_popcorn.sav/test_router.res [moved from lib/popcorn/test_popcorn.sav/test_router.res with 100% similarity]
lib/popcorn/tests/test_popcorn.sav/test_routes.res [moved from lib/popcorn/test_popcorn.sav/test_routes.res with 100% similarity]