Move a number of tests to xt, restructure extra lists
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 26 Feb 2015 18:46:47 +0000 (19:46 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Sat, 28 Feb 2015 13:52:39 +0000 (14:52 +0100)
commitc26b30dee587fa008f7d956b61ae27c36ac7ec82
tree8baef52edeb299d5628618342b13cc6f2c070e5e
parent245e3f5d9725813b4c73a05b6162b0d93b335fd2
Move a number of tests to xt, restructure extra lists

Instead of the rigid t / xt separation, add more nuance and move some heavy
tests around, in order to improve regular user test times, without
sacrificing cpantesters coverage

Additionally makes it more obvious which tests are decidedly not being run
on user-side installs

Minimal changes: read diff under -C -C -M
28 files changed:
Makefile.PL
maint/Makefile.PL.inc/11_authortests.pl
maint/travis-ci_scripts/20_install.bash
xt/dist/authors.t [moved from xt/authors.t with 100% similarity]
xt/dist/loadable_standalone_testschema_resultclasses.t [moved from xt/standalone_testschema_resultclasses.t with 100% similarity]
xt/dist/pod_coverage.t [moved from xt/podcoverage.t with 100% similarity]
xt/dist/postdistdir/pod_footers.t [moved from xt/footers.t with 100% similarity]
xt/dist/postdistdir/pod_validity.t [moved from xt/pod.t with 100% similarity]
xt/dist/postdistdir/whitespace.t [moved from xt/whitespace.t with 100% similarity]
xt/dist/strictures.t [moved from xt/strictures.t with 100% similarity]
xt/extra/c3_mro.t [moved from t/04_c3_mro.t with 100% similarity]
xt/extra/dbicadmin.t [moved from t/admin/10script.t with 100% similarity]
xt/extra/diagnostics/deprecated_rs_attributes.t [moved from t/search/deprecated_attributes.t with 100% similarity]
xt/extra/diagnostics/malformed_rel_declaration.t [moved from t/relationship/malformed_declaration.t with 100% similarity]
xt/extra/diagnostics/many_to_many_warning.t [moved from t/103many_to_many_warning.t with 100% similarity]
xt/extra/diagnostics/resultset_manager.t [moved from t/40resultsetmanager.t with 100% similarity]
xt/extra/diagnostics/search_in_void_ctx.t [moved from t/search/void.t with 100% similarity]
xt/extra/diagnostics/unresolvable_relationship.t [moved from t/relationship/unresolvable.t with 100% similarity]
xt/extra/internals/dbictest_unlink_guard.t [moved from xt/dbictest_unlink_guard.t with 100% similarity]
xt/extra/internals/discard_changes_in_DESTROY.t [moved from t/discard_changes_in_DESTROY.t with 100% similarity]
xt/extra/internals/ensure_class_loaded.t [moved from t/90ensure_class_loaded.t with 100% similarity]
xt/extra/internals/merge_joinpref_attr.t [moved from t/91merge_joinpref_attr.t with 100% similarity]
xt/extra/internals/namespaces_cleaned.t [moved from t/55namespaces_cleaned.t with 97% similarity]
xt/extra/internals/optional_deps.t [moved from xt/optional_deps.t with 100% similarity]
xt/extra/internals/quote_sub.t [moved from xt/quote_sub.t with 100% similarity]
xt/extra/lean_startup.t [moved from t/53lean_startup.t with 100% similarity]
xt/extra/multicreate_opcount.t [moved from t/multi_create/reentrance_count.t with 100% similarity]
xt/extra/sqlite_deadlock.t [moved from t/zzzzzzz_sqlite_deadlock.t with 100% similarity]