|
|
пре 1 месец | |
|---|---|---|
| .. | ||
| README.md | пре 1 месец | |
| docker_compose.py | пре 1 месец | |
| graphql_api.py | пре 1 месец | |
| iris.py | пре 1 месец | |
| requirements.txt | пре 1 месец | |
| rest_api.py | пре 1 месец | |
| tests_graphql.py | пре 1 месец | |
| tests_rest_alerts.py | пре 1 месец | |
| tests_rest_assets.py | пре 1 месец | |
| tests_rest_cases.py | пре 1 месец | |
| tests_rest_customers.py | пре 1 месец | |
| tests_rest_iocs.py | пре 1 месец | |
| tests_rest_miscellaneous.py | пре 1 месец | |
| tests_rest_permissions.py | пре 1 месец | |
| tests_rest_tasks.py | пре 1 месец | |
| tests_rest_users.py | пре 1 месец | |
| user.py | пре 1 месец | |
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
First activate the virtual environment:
source ./venv/bin/activate
Then run:
python -m unittest --verbose
To execute only one test, suffix with the fully qualified test name. Example:
python -m unittest tests_rest.TestsRest.test_create_asset_should_not_fail