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

Unified Diff: third_party/pyscss/scss/tests/test_fake.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_extend.py ('k') | third_party/pyscss/scss/tests/test_files.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_fake.py
diff --git a/third_party/pyscss/scss/tests/test_fake.py b/third_party/pyscss/scss/tests/test_fake.py
deleted file mode 100644
index eb54ba929f0f62e5f10b224fbe1004161f19959a..0000000000000000000000000000000000000000
--- a/third_party/pyscss/scss/tests/test_fake.py
+++ /dev/null
@@ -1,17 +0,0 @@
-import unittest
-
-from scss.parser import Stylesheet
-
-
-class TestSCSS( unittest.TestCase ):
-
- def setUp(self):
- self.parser = Stylesheet(options=dict(compress=True))
-
- def test_math(self):
- src = """
- margin: 2px - 5em -1px 0;
- """
- test = ""
- out = self.parser.loads(src)
- self.assertEqual(test, out)
« no previous file with comments | « third_party/pyscss/scss/tests/test_extend.py ('k') | third_party/pyscss/scss/tests/test_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698