summaryrefslogtreecommitdiff
path: root/test/t/test_createdb.py
blob: 7e22643894e468703cf61f1e0adf333d3645bd63 (plain)
1
2
3
4
5
6
7
8
9
import pytest


class TestCreatedb:

    # --help can fail due to missing package dependencies, e.g. on Ubuntu 14
    @pytest.mark.complete("createdb -", skipif="! createdb --help &>/dev/null")
    def test_1(self, completion):
        assert completion