Testing random-macΒΆ

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

[user@host random-mac]$ pytest --cov --cov-report=term-missing

If pytest raises an INTERNALERROR, then run the following command from your shell.

[user@host random-mac]$ sudo $(which pytest) --cov --cov-report=term-missing