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


class TestNproc:
    @pytest.mark.complete("nproc ")
    def test_1(self, completion):
        assert not completion

    @pytest.mark.complete("nproc -")
    def test_2(self, completion):
        assert completion