资讯

./setup.py test will run unit tests using PGI and PyGObject ./setup.py test --pgi-only to skip PyGObject tests ./setup.py test --filter=StructTest to run tests which include StructTest (regexp) ...
Using libmodulemd from Python is possible thanks to the gobject-introspection project. To use libmodulemd from Python, include the following at the top of your sources. Install the python2-libmodulemd ...