Python formatting
This commit is contained in:
@ -28,6 +28,7 @@ class BaseModel(TestCase):
|
|||||||
|
|
||||||
class TestModel(base_model.BookWyrmModel):
|
class TestModel(base_model.BookWyrmModel):
|
||||||
""" just making it not abstract """
|
""" just making it not abstract """
|
||||||
|
|
||||||
self.test_model = TestModel()
|
self.test_model = TestModel()
|
||||||
|
|
||||||
def test_remote_id(self):
|
def test_remote_id(self):
|
||||||
|
Reference in New Issue
Block a user