File: test_complete.py

package info (click to toggle)
python-ase 3.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 15,448 kB
  • sloc: python: 144,945; xml: 2,728; makefile: 113; javascript: 47
file content (7 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
"""Check that our tab-completion script has been updated."""
from ase.cli.completion import path, update
from ase.cli.main import commands


def test_complete():
    update(path, commands, test=True)