Humberto Diógenes
Humberto Diógenes
Every time the base class `GenericEntity` is `init`ed, it calls `KytosConfig` [1] to parse Kytos command-line arguments, which breaks `pytest` when you try to run a single test file (eg.:...
Some of the developer-oriented documentation are pointing users to install kytos from PyPI, but developers should always install from the latest git master. One of the examples that we need...
``` $ make -C docs/ default doctest make clean rm -rf pyof.* rm -rf _build/* make dirhtml sphinx-apidoc -o . ../pyof/ -d10 -M -T Creating file ./pyof.rst. Creating file ./pyof.foundation.rst....
Issue #581 brought those tests from ~50% to 76%, now we need to get OF1.3 coverage on par with OF1.0 (98%).