devtools/cwwindmill.py
branchstable
changeset 7075 4751d77394b1
parent 7071 db7608cb32bc
parent 7061 bb2080547722
child 7089 6c6e0fbd0605
equal deleted inserted replaced
7073:4ce9e536dd66 7075:4751d77394b1
    84         (services transformer) instead of the windmill sub-directory
    84         (services transformer) instead of the windmill sub-directory
    85         You can change `test_dir` as following:
    85         You can change `test_dir` as following:
    86 
    86 
    87             test_dir = __file__
    87             test_dir = __file__
    88 
    88 
    89         Instead of toggle `edit_test` value, try `pytest -i`
    89         Instead of toggle `edit_test` value, try `python <test script> -f`
    90         """
    90         """
    91         browser = 'firefox'
    91         browser = 'firefox'
       
    92 <<<<<<< /home/syt/src/fcubicweb/cubicweb/devtools/cwwindmill.py
       
    93 
    92         edit_test = "-i" in sys.argv # detection for pytest invocation
    94         edit_test = "-i" in sys.argv # detection for pytest invocation
    93         # Windmill use case are written with no anonymous user
    95         # Windmill use case are written with no anonymous user
    94         anonymous_allowed = False
    96         anonymous_allowed = False
    95 
    97 
    96         tags = CubicWebServerTC.tags & Tags(('windmill',))
    98         tags = CubicWebServerTC.tags & Tags(('windmill',))