Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fylein/python-pytest-github-action

Github action for running python unit tests
https://github.com/fylein/python-pytest-github-action

team-integrations

Last synced: about 2 hours ago
JSON representation

Github action for running python unit tests

Awesome Lists containing this project

README

        

# Python Pytest GitHub Action
Github Action for Pytest with Python Slim Docker image (supports install of numpy and pandas and takes very less time to build)

Run any Pytest command using the action -

```bash
$ Pytest test/unit
```

### Usage

```yml
- name: Python Pylin GitHub Action
uses: fylein/python-pytest-github-action@v1
with:
args: pip3 install -r requirements.txt && pytest test/unit
```