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


@pytest.mark.bashcomp(cmd="c++")
class TestCPlusPlus:
    @pytest.mark.complete("c++ ")
    def test_1(self, completion):
        assert completion