gecko-dev/browser/components/migration/tests/unit
Ricky Stewart 02a7b4ebdf Bug 1654103: Standardize on Black for Python code in mozilla-central.
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
..
AppData Bug 1613337 - Support importing Windows Chrome/Edge logins with v10 AEAD format r=MattN 2020-02-29 19:26:18 +00:00
insertIEHistory Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
Library Bug 1613337 - Support importing Windows Chrome/Edge logins with v10 AEAD format r=MattN 2020-02-29 19:26:18 +00:00
LibraryWithNoData/Application Support/Google/Chrome
head_migration.js Bug 1665442 - cleanup in browser migration code while passing by, r=jaws 2020-10-20 13:04:40 +00:00
test_360se_bookmarks.js Bug 1656277 - Show the bookmarks toolbar after migration if bookmarks were in the other browsers toolbar. r=MattN,Standard8 2020-08-14 15:56:36 +00:00
test_Chrome_bookmarks.js Bug 1671587 - fix perma-fail of test_Chrome_bookmarks.js when the 2020h2 pref gets flipped, r=jaws 2020-10-19 16:16:21 +00:00
test_Chrome_cookies.js
test_Chrome_history.js
test_Chrome_passwords.js Bug 1613337 - Support importing Windows Chrome/Edge logins with v10 AEAD format r=MattN 2020-02-29 19:26:18 +00:00
test_Chrome_passwords_emptySource.js
test_ChromeMigrationUtils.js
test_ChromeMigrationUtils_path.js
test_Edge_db_migration.js Bug 1656277 - Show the bookmarks toolbar after migration if bookmarks were in the other browsers toolbar. r=MattN,Standard8 2020-08-14 15:56:36 +00:00
test_fx_telemetry.js
test_IE7_passwords.js
test_IE_bookmarks.js Bug 1659736 - Move tracking of bookmark roots during IE migration later so the source is clearer. r=Gijs 2020-08-28 15:21:57 +00:00
test_IE_cookies.js
test_IE_history.js
test_MigrationUtils_timedRetry.js
test_Safari_bookmarks.js Backed out changeset f263318ebce4 (bug 1659736) for failure at test_Safari_bookmarks.js. CLOSED TREE 2020-08-28 01:49:31 +03:00
xpcshell.ini Bug 1659847 - Explicitly set the showBookmarksToolbarAfterMigration pref so tests will continue to run after the feature is disabled. r=Gijs 2020-08-24 10:32:27 +00:00