mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #82 from techniq/patch-1
Fix test name (TabLib->Clint)
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class TablibTestCase(unittest.TestCase):
|
||||
"""Tablib test cases."""
|
||||
class ClintTestCase(unittest.TestCase):
|
||||
"""Clint test cases."""
|
||||
|
||||
def setUp(self):
|
||||
import clint
|
||||
|
||||
Reference in New Issue
Block a user