File: README.md

package info (click to toggle)
librepcb 1.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,488 kB
  • sloc: cpp: 267,986; python: 12,100; ansic: 6,899; xml: 234; sh: 215; makefile: 115; perl: 73
file content (20 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# System Tests for the LibrePCB CLI

This directory contains system tests for `librepcb-cli` using
[pytest](https://docs.pytest.org).

## Create Virtualenv

    mkvirtualenv -p `which python3` librepcb-cli

## Install Requirements

    pip install -r requirements.txt

## Run Tests

    pytest -v --librepcb-executable=/path/to/librepcb-cli

## Links

- [Documentation of `pytest`](https://docs.pytest.org/en/latest/contents.html)