Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
On branch master
Browse files Browse the repository at this point in the history
 Changes to be committed:

	modified:   README.rst
	modified:   docs/test.rst
  • Loading branch information
critical-path committed May 18, 2019
1 parent 803e706 commit 45edbe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,9 @@ To return the MAC address in different notations, call the :code:`to_plain_notat
Testing macaddress
==================

To conduct static tests, run the following command from your shell.
To conduct testing, run the following commands from your shell.

.. code-block:: console
[user@host macaddress]$ flake8 --count --ignore E125 macaddress
To conduct dynamic (unit) tests, run the following command from your shell.

.. code-block:: console
[user@host macaddress]$ pytest --cov --cov-report=term-missing
7 changes: 1 addition & 6 deletions docs/test.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
Testing macaddress
==================

To conduct static tests, run the following command from your shell.
To conduct testing, run the following commands from your shell.

.. code-block:: console
[user@host macaddress]$ flake8 --count --ignore E125 macaddress
To conduct dynamic (unit) tests, run the following command from your shell.

.. code-block:: console
[user@host macaddress]$ pytest --cov --cov-report=term-missing

0 comments on commit 45edbe8

Please sign in to comment.