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

Unified Diff: third_party/pyscss/scss/tests/test_files.py

Issue 9111023: Pyscss is obsolete with Dart CSS complier; remove all pyscss code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove pyparsing from .gitignore Created 8 years, 12 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
« no previous file with comments | « third_party/pyscss/scss/tests/test_fake.py ('k') | third_party/pyscss/scss/tests/test_font_face.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pyscss/scss/tests/test_files.py
diff --git a/third_party/pyscss/scss/tests/test_files.py b/third_party/pyscss/scss/tests/test_files.py
deleted file mode 100644
index d38c09097d47306203d84c09e15c64cc13e19eac..0000000000000000000000000000000000000000
--- a/third_party/pyscss/scss/tests/test_files.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import os.path
-import unittest
-
-from scss import parser
-
-
-class ScssCache(unittest.TestCase):
-
- def test_cache(self):
- path = os.path.join(os.path.dirname(__file__), 'example.scss')
- src = open(path).read()
- test = parser.parse(src)
- out = parser.load(open(path), precache=True)
- self.assertEqual(test, out)
« no previous file with comments | « third_party/pyscss/scss/tests/test_fake.py ('k') | third_party/pyscss/scss/tests/test_font_face.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698