Run black on all files

This commit is contained in:
Jon Banafato
2019-11-17 16:59:14 -05:00
parent e5a634d805
commit 72403bd981
18 changed files with 170 additions and 150 deletions

View File

@@ -10,7 +10,7 @@ class TestConfig:
assert os.path.isdir(self.config.book_path)
def test_title(self):
assert 'pyShelf' in self.config.TITLE
assert "pyShelf" in self.config.TITLE
def test_version(self):
assert self.config.VERSION is not None