summaryrefslogtreecommitdiff
path: root/test/t/test_freeciv_server.py
blob: 5546a5e951a367184e8fd23995afec07b301acba (plain)
1
2
3
4
5
6
7
8
import pytest


@pytest.mark.bashcomp(cmd="freeciv-server")
class TestFreecivServer:
    @pytest.mark.complete("freeciv-server -")
    def test_1(self, completion):
        assert completion