Skip to content

Changed tests to use pytest instead of unittest. #3648

Changed tests to use pytest instead of unittest.

Changed tests to use pytest instead of unittest. #3648

Workflow file for this run

name: formatting
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable