Exemple #1
0
def test_dash_dash_version(cli):
    result = cli(["--version"])

    assert htmap.version() in result.output
Exemple #2
0
def test_version(cli):
    result = cli(['version'])

    assert htmap.version() in result.output
Exemple #3
0
def version():
    """Print HTMap and HTCondor Python bindings version information."""
    click.echo(htmap.version())
    click.echo(htcondor.version())
Exemple #4
0
def version():
    """Print HTMap version information."""
    click.echo(htmap.version())