]> git.phdru.name Git - m_librarian.git/blob - tests/test_glst.py
Docs: Update TODO
[m_librarian.git] / tests / test_glst.py
1
2 from dbutils import setup_module, teardown_module  # noqa
3 from m_librarian.db import Genre
4 from m_librarian.glst import import_glst
5
6
7 def test_import_glst():
8     import_glst()
9     assert Genre.select().count() == 370