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

Unified Diff: expect_tests/__init__.py

Issue 466043003: Make expect_tests not try to be smart about pyc. (Closed) Base URL: https://chromium.googlesource.com/infra/testing/expect_tests.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | expect_tests/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: expect_tests/__init__.py
diff --git a/expect_tests/__init__.py b/expect_tests/__init__.py
index 23334b56452db4dd4dddac0a719de8a2931ee2a6..615257f6e2bfab6b999499d25a82c3f06d12b1bf 100644
--- a/expect_tests/__init__.py
+++ b/expect_tests/__init__.py
@@ -6,7 +6,7 @@
A parallelized, coverage-collecting, expectation-based testing framework.
"""
-__version__ = '0.2.5'
+__version__ = '0.2.6'
__author__ = 'The Chromium Infrastructure Team'
__email__ = 'infra-dev@chromium.org'
__url__ = 'https://chromium.googlesource.com/infra/testing/expect_tests/'
« no previous file with comments | « no previous file | expect_tests/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698