#706: tests for inspire
------------------------+-----------------------------
Reporter: valkyrie | Owner: valkyrie
Type: defect | Status: assigned
Priority: major | Milestone:
Component: *general* | Version:
Resolution: | Keywords: INSPIRE testing
------------------------+-----------------------------
Changes (by simko):
* status: in_merge => assigned
Comment:
Please rebase against latest master. This ticket was created two weeks
ago, but the branch contains two months old commits, many of which were
merged already; the editor stuff was removed already; etc.
While rebasing, you may want to remove unuseful tests like:
{{{
+ def test_nothing(self):
+ """ not doing anything """
+ assert True
}}}
in `inspire_bibharvest_tests.py`. (which, BTW, says that it will test
SPIRES search syntax...)
Also, by analogy with Invenio test suite, it may be interesting to
distinguish unit, regression/functional, and web tests, because some of
the tests need INSPIRE demo site, while others may run safely against even
production servers. (So we may want to emulate the `--yes-i-know`
technique and whatnot.)
--
Ticket URL: <http://invenio-software.org/ticket/706#comment:3>
Invenio <http://invenio-software.org>