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

Unified Diff: appengine/predator/analysis/test/crash_analyzer_test.py

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: appengine/predator/analysis/test/crash_analyzer_test.py
diff --git a/appengine/predator/analysis/test/crash_analyzer_test.py b/appengine/predator/analysis/test/crash_analyzer_test.py
new file mode 100644
index 0000000000000000000000000000000000000000..8881ae95fb2a5c0e4d16de9f7e0fd03b33819cb4
--- /dev/null
+++ b/appengine/predator/analysis/test/crash_analyzer_test.py
@@ -0,0 +1,7 @@
+import unittest
+
+from analysis import crash_analyzer
+
+class AnalyzeCrashTest(unittest.TestCase):
+ def testAnalyzeCrash(self):
+ self.assertEqual(0, crash_analyzer.Analyze('a crash'))

Powered by Google App Engine
This is Rietveld 408576698