We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e696805 commit b518bdeCopy full SHA for b518bde
test/index_test.py
@@ -1,7 +1,6 @@
1
import unittest2 as unittest
2
-from twisted.trial import unittest
3
-from ipynb.fs.full.index import (name)
+from ipynb.fs.full.index import (travel_month, number_of_weeks)
4
5
class TestVariables(unittest.TestCase):
6
- def test_variables_intro(self):
7
- self.assertEqual(name, 'bob')
+ def test_travel_month(self):
+ self.assertEqual(travel_month, 'January')
0 commit comments