Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
mutalyzer
Commits
36716161
Commit
36716161
authored
10 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Additional documentation on development mode installation
parent
e6f19d1c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/development.rst
+19
-1
19 additions, 1 deletion
doc/development.rst
with
19 additions
and
1 deletion
doc/development.rst
+
19
−
1
View file @
36716161
...
...
@@ -24,10 +24,28 @@ In general, try to follow the `PEP 8`_ guidelines for Python code and `PEP
257`_ for docstrings.
Installation
------------
As a developer, you probably want to install the Mutalyzer package in
development mode. This will allow you to edit files directly in the source
directory without having to reinstall.
Please refer to :ref:`install` for general installation instructions. For
development mode installation, instead of using ``python setup.py install``,
use::
python setup.py develop
Unit tests
----------
To run the unit tests with `pytest`_, just run ``py.test``.
We use `pytest`_ for the unit tests. To run them, just type ``py.test`` from
the Mutalyzer source directory.
.. note:: The Mutalyzer package must be installed before running the unit
tests.
Working with feature branches
...
...
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
register
or
sign in
to comment