File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1291 . 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
2320See [ 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+
You can’t perform that action at this time.
0 commit comments