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

Unified Diff: doxypypy/doxypypy/test/__init__.py

Issue 1574883002: add doxypypy and py_filter so this will turn google style (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 11 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
Index: doxypypy/doxypypy/test/__init__.py
diff --git a/doxypypy/doxypypy/test/__init__.py b/doxypypy/doxypypy/test/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..8cbcb902406f0e763515b89be05ecb85bbbbe9ab
--- /dev/null
+++ b/doxypypy/doxypypy/test/__init__.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# We want to ensure that "all" doesn't include our samples that we
+# run tests against.
+__all__ = ["test_doxypypy"]

Powered by Google App Engine
This is Rietveld 408576698