File: test_import.py

package info (click to toggle)
magics-python 2%3A1.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: python: 2,238; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from importlib import util


def test_import():
    assert util.find_spec("Magics").name == "Magics"