mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updated testing section.
Use dev_requirements.txt in order to run tests.
This commit is contained in:
parent
a79f35208f
commit
1fac47345d
1 changed files with 2 additions and 6 deletions
|
@ -282,13 +282,9 @@ If it is less than 2047, you should increase it with::
|
|||
Running the tests
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
You will need ``mock`` to run the tests::
|
||||
For running tests, you'll also need to install ``dev_requirements.txt``::
|
||||
|
||||
pip install mock
|
||||
|
||||
If you are on Python < 2.7 then you will also need unittest2::
|
||||
|
||||
pip install unittest2
|
||||
pip install -r dev_requirements.txt
|
||||
|
||||
Finally you use setup.py to run the tests with the following command::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue