File: main.py

package info (click to toggle)
python-invocations 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 592 kB
  • sloc: python: 2,262; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
from importlib import metadata

import invocations


def package_has_dunder_version():
    assert invocations.__version__ == metadata.version("invocations")