Skip to content

Commit

Permalink
Add 'README'
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 9, 2023
1 parent 93f395c commit 5db5caf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Gon.cs
======

[![](https://github.com/lycantropos/Gon.cs/workflows/CI/badge.svg)](https://github.com/lycantropos/Gon.cs/actions/workflows/ci.yml "Github Actions")
[![](https://img.shields.io/github/license/lycantropos/Gon.cs.svg)](https://github.com/lycantropos/Gon.cs/blob/master/LICENSE "License")

### Running tests

In what follows `python` is an alias for `python3.8`
or any later version (`python3.9` and so on).

Install dependencies
```bash
python -m pip install -r requirements-tests.txt
```

Run tests
```bash
pytest
```

0 comments on commit 5db5caf

Please sign in to comment.