mirror of
https://github.com/simon987/task_tracker_drone.git
synced 2025-04-21 03:06:43 +00:00
10 lines
195 B
Markdown
10 lines
195 B
Markdown
# task_tracker_drone
|
|
|
|
General purpose 'set and forget' task runner for [task_tracker](https://github.com/simon987/task_tracker).
|
|
|
|
|
|
### Running tests
|
|
```bash
|
|
cd src
|
|
python -m unittest discover
|
|
``` |