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

Unified Diff: tests/resolver/lvm_resolver_helper.py

Issue 335570043: [dfvfs] Moved resolver helpers to reduce cyclic imports (Closed)
Patch Set: Moved resolver helpers to reduce cyclic imports Created 6 years, 1 month 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/resolver/gzip_resolver_helper.py ('k') | tests/resolver/ntfs_resolver_helper.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/resolver/lvm_resolver_helper.py
diff --git a/tests/resolver/lvm_resolver_helper.py b/tests/resolver/lvm_resolver_helper.py
deleted file mode 100644
index 0a831d72bfef0123ca369e14e37f3a93e3c4c6b7..0000000000000000000000000000000000000000
--- a/tests/resolver/lvm_resolver_helper.py
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-"""Tests for the LVM resolver helper implementation."""
-
-from __future__ import unicode_literals
-
-import unittest
-
-from dfvfs.resolver import lvm_resolver_helper
-
-from tests.resolver import test_lib
-
-
-class LVMResolverHelperTest(test_lib.ResolverHelperTestCase):
- """Tests for the LVM resolver helper implementation."""
-
- def testNewFileObject(self):
- """Tests the NewFileObject function."""
- resolver_helper_object = lvm_resolver_helper.LVMResolverHelper()
- self._TestNewFileObject(resolver_helper_object)
-
- def testNewFileSystem(self):
- """Tests the NewFileSystem function."""
- resolver_helper_object = lvm_resolver_helper.LVMResolverHelper()
- self._TestNewFileSystem(resolver_helper_object)
-
-
-if __name__ == '__main__':
- unittest.main()
« no previous file with comments | « tests/resolver/gzip_resolver_helper.py ('k') | tests/resolver/ntfs_resolver_helper.py » ('j') | no next file with comments »

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