Skip to content

Implement Phase 4 Authentication and API Requests in Cbrain-cli #9

Implement Phase 4 Authentication and API Requests in Cbrain-cli

Implement Phase 4 Authentication and API Requests in Cbrain-cli #9

Workflow file for this run

name: unit_tests
on: [push, pull_request]
jobs:
test:
name: Pytest unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: { python-version: "3.12" }
- run: pip install -e ".[dev]"
- run: python -m pytest --cov=cbrain_cli --cov-report=term-missing