Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_listall():
packages = pkgconfig.list_all()
assert 'fake-gtk+-3.0' in packages
assert 'fake-python' in packages