Warning, /pim/ktimetracker/test/README is written in an unsupported language. File is not indexed.
0001 This directory contains functional tests for KTimeTracker. 0002 0003 How to start: 0004 1. Install cairo, gobject-introspection-1.0, cairo-gobject: 0005 sudo dnf install python3-cairo-devel gobject-introspection-devel cairo-gobject-devel 0006 1. Create venv: 0007 python3 -m venv ../venv 0008 1. Install dependencies: 0009 ../venv/bin/python3 -m pip install -r requirements.txt 0010 2. Run tests: 0011 ../venv/bin/python3 -m pytest ./