Testing mac-attrsΒΆ

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

[user@host mac-attrs]$ pytest --disable-warnings --cov --cov-report=term-missing

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

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