#706: INSPIRE: 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:
It is precisely because some tests would fail on some instances due to
different record set that we have the unit/regression/web test
distinction. Briefly, the unit tests are safe to run everywhere and do
not touch DB, the regression tests require demo site content and may touch
DB, the web tests require demo site and may touch DB and are run via
browser so they are useful to test JavaScript applications.
Please amend the files to follow the usual Invenio's convention,
`foo_tests`, `foo_regression_tests`, etc. Keeping things in sync is
preferable.
P.S. The web tests may be rewritten to use WebDriver, see ticket:798. So
we can amend only unit/regression tests and commit web tests apart.
--
Ticket URL: <http://invenio-software.org/ticket/706#comment:6>
Invenio <http://invenio-software.org>