inveniosoftware-contrib / invenio-classifier

Invenio module for record classification.
GNU General Public License v2.0
6 stars 12 forks source link

global: missing imports, tests fixes and more #2

Closed jalavik closed 9 years ago

jalavik commented 9 years ago

Fixes import dependencies on refextract. Fixes tests and improves documentation structure.

jalavik commented 9 years ago

Added PEP8 fixes. python setup.py test should be all green now.

jalavik commented 9 years ago

Hmm. Lookups to invenio.base.globals:cfg are not playing nicely. Maybe it's because it's missing invenio_classifier package in the PACKAGES?

jirikuncar commented 9 years ago

@jalavik probably. One should set PACKAGES for each testsuite (e.g. tests/helpers.py:ClassifierTest.config).

jalavik commented 9 years ago

:+1: