Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(445)

Unified Diff: tests/helpers/project.py

Issue 340120043: [l2tdevtools] Moved reviewer selection functions #255 (Closed)
Patch Set: Changes after review Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/helpers/github.py ('k') | tests/helpers/projects.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/helpers/project.py
diff --git a/tests/helpers/project.py b/tests/helpers/project.py
deleted file mode 100644
index 5556200d255a5490bdef8d5ffb85bc3cc84bc6f8..0000000000000000000000000000000000000000
--- a/tests/helpers/project.py
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-"""Tests for the project helper."""
-
-from __future__ import unicode_literals
-
-import unittest
-
-import l2tdevtools.helpers.project as project_helper
-
-
-class ProjectHelperTest(unittest.TestCase):
- """Tests the project helper"""
-
- def testInitialize(self):
- """Tests that the helper can be initialized."""
- helper = project_helper.ProjectHelper('/home/plaso/l2tdevtools/review.py')
- self.assertIsNotNone(helper)
-
-
-if __name__ == '__main__':
- unittest.main()
« no previous file with comments | « tests/helpers/github.py ('k') | tests/helpers/projects.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b