Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 773 Bytes

commands.org

File metadata and controls

29 lines (25 loc) · 773 Bytes

Run Tests

(outside development environment)

$ nix flake check

Smoke Test Dark Theme

(outside development environment)

$  nix-shell -p libsForQt5.qtstyleplugin-kvantum --run "QT_STYLE_OVERRIDE=kvantum-dark nix run nix-gui

Development Enviornment

All commands in this section take place in the environment created by the below subsections commmand.

Create a Development Environment

$ nix develop

Run Nix-Gui

$ python -m nixui.main --help

Run a Single Test

$ pytest -svv nixui/tests/test_parser.py::test_sane_placement  # run verbosely