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

Side by Side Diff: test.py

Issue 355153002: Refactor infra git libs and testing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra@fake_testing_support
Patch Set: Created 6 years, 5 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
(Empty)
1 #!/usr/bin/env python
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
4 # found in the LICENSE file.
5
6 """Entry point for all tests in this repo."""
7
8 assert __name__ == '__main__'
9
10 from infra.ext import testing_support # pylint: disable=W0611
11 from testing_support import expect_tests # pylint: disable=F0401
agable 2014/06/27 18:53:12 I will make this MAGICAL
12
13 expect_tests.main(
14 cover_branches=True,
15 test_modules=expect_tests.EVERYTHING)
OLDNEW
« infra/libs/git2/util.py ('K') | « infra/services/gnumbd/test/util_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698