File: test_elpa_import.py

package info (click to toggle)
elpa 2022.11.001-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,636 kB
  • sloc: f90: 61,114; ansic: 39,478; sh: 4,795; cpp: 4,291; makefile: 923; asm: 834; python: 635; perl: 141
file content (6 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
def test_pyelpa_import():
    import pyelpa

def test_elpa_supported_api_version():
    from pyelpa import Elpa
    e = Elpa()