pygobject / pgi

[Unmaintained: Use PyGObject instead] GTK+ / GObject Introspection Bindings for PyPy.
GNU Lesser General Public License v2.1
74 stars 16 forks source link

Check coverage of pgi, vs gi #25

Closed stuaxo closed 8 years ago

stuaxo commented 8 years ago

This loops through all the typelibs it can find and the methods, then tries to call them, to build a report to see coverage.

It's a fairly brute force approach but works.. not sure if this is the place to put this in the repo

Could probably extend this in various ways, maybe html output would be useful for some sort of web page ?

stuaxo commented 8 years ago

here is example output from my machine https://gist.github.com/stuaxo/037d77934303f5ef2f85