Saturday, August 25, 2018
1 change · master
Enhancements to existing features
The server test runner now supports launching test files from a tests folder even when they are not explicitly imported in the folder setup. This makes automated testing easier and reduces setup friction for development and quality assurance teams.
Original PR description
Before this commit, if import from tests directory was not in the __init__ file, it was not possible to launch it with --test-file cli Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr