all repos — mgba @ 585563eed76c8930b4d0f71d0ba14a371c84f48c

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