Skip to content

Commit 3e161ab

Browse files
committed
Add development section to readme
1 parent 5361102 commit 3e161ab

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# EvlDaemon [![Build Status](https://travis-ci.org/Tokenize/evl-daemon-python.png)](https://travis-ci.org/Tokenize/evl-daemon-python)
22

3-
**A cross-platform Python API and daemon for the Envisalink TPI (DSC) module**
3+
A cross-platform Python API and daemon for the **Envisalink TPI (DSC)** module.
44

55
**Requirements:** Python >= 3.11 and [poetry](https://python-poetry.org).
66

7-
**Note:** This version is a work in progress and may not be entirely stable and bug-free.
8-
But it shouldn't melt your system, so there's that.
9-
107
## Installation
118

129
1. Clone the repository: `git clone https://github.com/Tokenize/evl-daemon-python.git`
@@ -21,3 +18,15 @@ But it shouldn't melt your system, so there's that.
2118
## Configuration
2219

2320
See [config.json](config.json) for configuration for details.
21+
22+
## Development
23+
24+
### Running tests
25+
26+
To run all unit tests, run the following:
27+
28+
```bash
29+
poetry run python -m unittest discover test
30+
```
31+
32+

0 commit comments

Comments
 (0)