Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProMod3
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ProMod3
Commits
10a5e238
Commit
10a5e238
authored
Sep 25, 2014
by
Bienchen
Committed by
BIOPZ-Johner Niklaus
Dec 17, 2014
Browse files
Options
Downloads
Patches
Plain Diff
PROMOD-1
:Short info about unit test make targets
parent
0c3fb9dd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/contributing.rst
+2
-1
2 additions, 1 deletion
doc/contributing.rst
with
2 additions
and
1 deletion
doc/contributing.rst
+
2
−
1
View file @
10a5e238
...
@@ -199,7 +199,8 @@ only running unit tests from all modules in |project|. Actually ``make check``
...
@@ -199,7 +199,8 @@ only running unit tests from all modules in |project|. Actually ``make check``
does nothing more but invoking ``doctest``, ``linkcheck`` and ``codetest`` as
does nothing more but invoking ``doctest``, ``linkcheck`` and ``codetest`` as
dependencies. You could even go with running tests gathered in a single file:
dependencies. You could even go with running tests gathered in a single file:
assuming you have :file:`your_module/tests/test_awesome_feature.py`, |cmake|
assuming you have :file:`your_module/tests/test_awesome_feature.py`, |cmake|
will provide you with a target ``test_awesome_feature.py_run``.
will provide you with a target ``test_awesome_feature.py_run``. If your module
has |C++| tests, those will be available by ``test_suite_your_module_run``.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Writing Documentation
Writing Documentation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment