odoo-openupgrade-wizard/tests
2025-02-11 10:45:25 +01:00
..
data fixup! [IMP] oow upgrade. Add skip_update as an option in config.yml. (migration_step option). If enabled, in this step, the update all will be skipped, and only pre-migration (SQL) and post-migration (python script) will be executed. This is interesting: - for the first step, if your production is up-to-date, to save time. - for the last step, in recent version (since V14), where openupgrade doesn't contain odoo code. In that case, you should be sure that all your migration is OK, because in openupgrade context, some errors are just ignored. Use this option with caution. 2025-02-11 10:45:25 +01:00
__init__.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_01_init_test.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_02_get_code_test.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_03_docker_build_test.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_04_run_test.py Apply all suggestion made by Rémy Taymans. 2024-03-23 21:59:12 +01:00
cli_05_execute_script_python_test.py [IMP] Improve tests around custom migration scripts 2024-08-21 16:02:00 +02:00
cli_06_execute_script_sql_test.py [REF] apply f-string to improve readability 2024-03-23 20:53:57 +01:00
cli_07_upgrade_test.py [IMP] Improve tests around custom migration scripts 2024-08-21 16:02:00 +02:00
cli_08_estimate_workload_test.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_09_guess_requirement_test.py fixup! [ADD] guess requirements feature 2024-11-05 01:00:52 +01:00
cli_20_install_from_csv_test.py [REF] apply f-string to improve readability 2024-03-23 20:53:57 +01:00
cli_21_generate_module_analysis_test.py [REF] apply f-string to improve readability 2024-03-23 20:53:57 +01:00
cli_22_dumpdb_test.py [IMP] Improve test checking database exist 2024-10-03 11:55:52 +00:00
cli_23_restoredb_test.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_30_psql_test.py [REF] apply f-string to improve readability 2024-03-23 20:53:57 +01:00
cli_31_copydb_test.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_32_dropdb_test.py [REF] factorize code : allways set --log-level=DEBUG in test framework 2024-03-22 23:49:52 +01:00
cli_40_downgrade_pg_auth_method_for_old_versions_test.py [FIX] psycopg2 / pg versions auth conflict 2024-10-09 14:50:59 +02:00