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

Side by Side Diff: telemetry/third_party/web-page-replay/run_tests

Issue 2210063003: Rename third_party/webpagereplay to third_party/web-page-replay (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 4 months 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 #!/usr/bin/env python 1 #!/usr/bin/env python
2 import os 2 import os
3 import sys 3 import sys
4 4
5 import test_runner 5 import test_runner
6 6
7 _WPR_DIR = os.path.dirname(os.path.abspath(__file__)) 7 _WPR_DIR = os.path.dirname(os.path.abspath(__file__))
8 8
9 if __name__ == '__main__': 9 if __name__ == '__main__':
10 runner = test_runner.TestRunner() 10 runner = test_runner.TestRunner()
11 runner.AddDirectory(_WPR_DIR) 11 runner.AddDirectory(_WPR_DIR)
12 sys.exit(runner.Main()) 12 sys.exit(runner.Main())
OLDNEW
« no previous file with comments | « telemetry/third_party/web-page-replay/rules_parser_test.py ('k') | telemetry/third_party/web-page-replay/script_injector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698