aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_internal.py
blob: 321c9f5cf1c6284f5b3461a01600cef5fe2567c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
from infini.internal import require
from ipm import api

import shutil


def test_internal():
    api.new("test_ipk")
    registers = require("test_ipk")
    assert registers
    shutil.rmtree("test_ipk")