Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1180)

Side by Side Diff: components/test/data/password_manager/automated_tests/tests.py

Issue 743013004: Move password manager automated tests to its own subdirectory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # Copyright 2014 The Chromium Authors. All rights reserved. 2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 """Automated tests for many websites""" 6 """Automated tests for many websites"""
7 7
8 import argparse 8 import argparse
9 import logging 9 import logging
10 10
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 args.profile_path[0], 480 args.profile_path[0],
481 passwords_path, 481 passwords_path,
482 True, 482 True,
483 numeric_level, 483 numeric_level,
484 args.log_screen, 484 args.log_screen,
485 log_file, 485 log_file,
486 tested_websites, 486 tested_websites,
487 args.tests) 487 args.tests)
488 488
489 saveResults(tests_results, save_path) 489 saveResults(tests_results, save_path)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698