File: README

package info (click to toggle)
ktimetracker 4%3A6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,652 kB
  • sloc: cpp: 6,255; xml: 355; python: 258; sh: 9; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
This directory contains functional tests for KTimeTracker.

How to start:
1. Install cairo, gobject-introspection-1.0, cairo-gobject:
 sudo dnf install python3-cairo-devel gobject-introspection-devel cairo-gobject-devel
1. Create venv:
 python3 -m venv ../venv
1. Install dependencies:
 ../venv/bin/python3 -m pip install -r requirements.txt
2. Run tests:
 ../venv/bin/python3 -m pytest ./