Projects/Nepomuk/TestEnvironment: Difference between revisions

From KDE TechBase
(Marked this version for translation)
(Removed page from translation)
 
Line 1: Line 1:
<languages />
<translate>


== Testing == <!--T:1-->
== Testing ==


<!--T:2-->
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.
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.


<!--T:3-->
That is where the Nepomuk Test Environment comes in.
That is where the Nepomuk Test Environment comes in.


<!--T:4-->
It is currently present in nepomuk-core.
It is currently present in nepomuk-core.


== Usage == <!--T:5-->
== Usage ==


<!--T:6-->
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
$ cd nepomuk-core/autotests/lib/tools/
$ cd nepomuk-core/autotests/lib/tools/
Line 26: Line 20:
</syntaxhighlight>
</syntaxhighlight>


<!--T:7-->
[[Category:Documentation]]
[[Category:Documentation]]
[[Category:Development]]
[[Category:Development]]
[[Category:Tutorials]]
[[Category:Tutorials]]
</translate>

Latest revision as of 12:34, 9 February 2018

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