summaryrefslogtreecommitdiffstats
path: root/test/stubs/process.py
blob: 8695c9675e382cac6a1f8ae847e7e53e18a62ee3 (plain)
1
2
3
4
5
6
class ProcessWrapper():

    @staticmethod
    def call(*args, **kwargs):
        """Fake process call"""
        return 0