Skip to content

(DRAFT) add ciscoXDR support #10

(DRAFT) add ciscoXDR support

(DRAFT) add ciscoXDR support #10

Workflow file for this run

name: Automatic unit tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.12
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install responses
pip install pytest
pip install pytest-cov
- name: Run tests
run: PYTHONPATH=. pytest --cov-report term-missing --cov=src tests/UnitTests/test_*.py