File: test_cli.py

package info (click to toggle)
igor2 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 2,636; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
"""Test the CLI entry points."""
# from igor2.cli.igorbinarywave import WaveScript
# from igor2.cli.igorpackedexperiment import PackedScript


def test_wavescript(capsys):
    """Test the WaveScript class entry point."""


def test_packetscript(capsys):
    """Test the PackedScript class entry point."""