diff --git a/python/test_gilded_rose.py b/python/test_gilded_rose.py index 51480d19..2c66711b 100644 --- a/python/test_gilded_rose.py +++ b/python/test_gilded_rose.py @@ -3,7 +3,6 @@ import unittest from gilded_rose import Item, GildedRose - class GildedRoseTest(unittest.TestCase): def test_foo(self): items = [Item("foo", 0, 0)] diff --git a/python/texttest_fixture.py b/python/texttest_fixture.py index f867345e..86af5ef7 100644 --- a/python/texttest_fixture.py +++ b/python/texttest_fixture.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- from __future__ import print_function + from gilded_rose import * if __name__ == "__main__":