Projects/Nepomuk/TestEnvironment

From KDE TechBase
Revision as of 21:36, 3 December 2012 by Vishesh (talk | contribs) (Created page with "Testing changes in Nepomuk can be a little hard cause it often requires the entire Nepomuk stack to be running. This includes all the Nepomuk Services along with the virtuoso ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Testing changes in Nepomuk can be a little hard cause it often requires the entire Nepomuk stack to be running. This includes all the Nepomuk Services along with the virtuoso database. Additionally, one often might want to test some risky changes, and not mess around with your own precious database. In those cases, it would be nice to have a virtual Nepomuk environment to run these tests on.

That is where the Nepomuk Test Environment comes in.

It is currently present in nepomuk-core.

Usage

$ cd nepomuk-core/autotests/lib/tools/
$ cb # Change to the build directory
$ source nepomuk-sandbox-begin.sh
$
$ # A mock KDE Nepomuk session will be started
$ # Here you can run whatever tests you want
$ source nepomuk-sandbox-end.sh