all repos — mgba @ e40617f8505102c1b62953c8882b8997ae93cffe

mGBA Game Boy Advance Emulator

src/platform/python/tests/mgba/test_core.py (view raw)

1import pytest
2
3def test_core_import():
4    try:
5        import mgba.core
6    except:
7        raise AssertionError