D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /lib/python3/dist-packages/__pycache__/../constantly/../twisted/trial/_dist/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : //lib/python3/dist-packages/__pycache__/../constantly/../twisted/trial/_dist/workercommands.py
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""
Commands for telling a worker to load tests or run tests.

@since: 12.3
"""

from twisted.protocols.amp import Command, String, Boolean, Unicode
from twisted.python.compat import _PY3

NativeString = Unicode if _PY3 else String



class Run(Command):
    """
    Run a test.
    """
    arguments = [(b'testCase', NativeString())]
    response = [(b'success', Boolean())]



class Start(Command):
    """
    Set up the worker process, giving the running directory.
    """
    arguments = [(b'directory', NativeString())]
    response = [(b'success', Boolean())]

AnonSec - 2021 | Recode By D7net