devtools/cwwindmill.py
branchstable
changeset 7071 db7608cb32bc
parent 7052 9680cf108821
child 7075 4751d77394b1
equal deleted inserted replaced
7067:f239da8e7c39 7071:db7608cb32bc
    89         Instead of toggle `edit_test` value, try `pytest -i`
    89         Instead of toggle `edit_test` value, try `pytest -i`
    90         """
    90         """
    91         browser = 'firefox'
    91         browser = 'firefox'
    92         edit_test = "-i" in sys.argv # detection for pytest invocation
    92         edit_test = "-i" in sys.argv # detection for pytest invocation
    93         # Windmill use case are written with no anonymous user
    93         # Windmill use case are written with no anonymous user
    94         anonymous_logged = False
    94         anonymous_allowed = False
    95 
    95 
    96         tags = CubicWebServerTC.tags & Tags(('windmill',))
    96         tags = CubicWebServerTC.tags & Tags(('windmill',))
    97 
    97 
    98         def _test_dir(self):
    98         def _test_dir(self):
    99             """access to class attribute if possible or make assumption
    99             """access to class attribute if possible or make assumption