mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
CONTRIBUTING: Update procedure for running tests
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
ef212fe87e
commit
b4786a3fe3
@ -22,9 +22,15 @@ style.
|
||||
|
||||
Please check your changes with pep8 and run unittests to make sure
|
||||
that they don't break the existing features. The following command
|
||||
does both for you:
|
||||
does both for you.
|
||||
|
||||
fujita@rose:~/git/ryu$ ./run_tests.sh
|
||||
.. code-block:: bash
|
||||
|
||||
# Install dependencies of tests
|
||||
$ pip install -r tools/test-requires
|
||||
|
||||
# Execute unit tests and pep8
|
||||
$ ./run_tests.sh
|
||||
|
||||
Of course, you are encouraged to add unittests when you add new
|
||||
features (it's not a must though).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user