Initial commit
This commit is contained in:
6
tests/test_catalogues_data.py
Normal file
6
tests/test_catalogues_data.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from applepy.checks.catalogues import _load_json
|
||||
|
||||
|
||||
def test_bundled_json_loads() -> None:
|
||||
assert isinstance(_load_json("lolbins_macos.json"), list)
|
||||
assert isinstance(_load_json("lolapps.json"), list)
|
||||
Reference in New Issue
Block a user