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

Unified Diff: tools/telemetry/telemetry/user_story/user_story_test_unittest.py

Issue 779383002: Move WPR-related attributes to UserStorySet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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 | « tools/telemetry/telemetry/user_story/user_story_set_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/user_story/user_story_test_unittest.py
diff --git a/tools/telemetry/telemetry/user_story/user_story_test_unittest.py b/tools/telemetry/telemetry/user_story/user_story_test_unittest.py
deleted file mode 100644
index b855d9b85e78dc53a29b686eb6b8cdde39e1a2bd..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/user_story/user_story_test_unittest.py
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import unittest
-
-from telemetry.user_story import user_story_set
-
-
-class UserStorySetFoo(user_story_set.UserStorySet):
- """ UserStorySetFoo is a user story created for testing purpose. """
- pass
-
-
-class UserStorySetTest(unittest.TestCase):
-
- def testUserStoryTestName(self):
- self.assertEquals('user_story_test_unittest', UserStorySetFoo.Name())
-
- def testUserStoryTestDescription(self):
- self.assertEquals(
- ' UserStorySetFoo is a user story created for testing purpose. ',
- UserStorySetFoo.Description())
« no previous file with comments | « tools/telemetry/telemetry/user_story/user_story_set_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698