Projects/Nepomuk/TestEnvironment/en

    From KDE TechBase
    Revision as of 10:14, 24 December 2012 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


    Testing

    Testing changes in Nepomuk can be a little hard because 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