Table of Contents |
---|
...
When working with uWSGI you need to run uWSGI with the following flags either in the command line or in the uwsgi configuration file: --enable-threads --single-interpreter --lazy-apps --import python_agent.init
...
Code Block | ||||
---|---|---|---|---|
| ||||
sl-python run {--cov-report /path/to/report.xml --labid Lab1} <your server and args...> |
Info | ||
---|---|---|
| ||