Marek Marczykowski-Górecki 66e478d968 tests: add a decorator for keeping event listener alive | hace 3 años | |
---|---|---|
.tx | hace 4 años | |
ci | hace 3 años | |
debian | hace 3 años | |
icons | hace 4 años | |
qubesmanager | hace 3 años | |
rpm_spec | hace 3 años | |
test-packages | hace 3 años | |
ui | hace 3 años | |
.gitignore | hace 4 años | |
.gitlab-ci.yml | hace 3 años | |
.pylintrc | hace 3 años | |
.travis.yml | hace 4 años | |
Makefile | hace 4 años | |
Makefile.builder | hace 4 años | |
README.md | hace 4 años | |
build-deps.list | hace 5 años | |
qubes-backup-restore.desktop | hace 5 años | |
qubes-backup.desktop | hace 5 años | |
qubes-global-settings.desktop | hace 5 años | |
qubes-qube-manager.desktop | hace 5 años | |
qubes-template-manager.desktop | hace 5 años | |
qubes-tools.directory | hace 5 años | |
qubes-tools.menu | hace 5 años | |
qubes-vm-create.desktop | hace 5 años | |
qubesmanager.pro | hace 4 años | |
rel | hace 4 años | |
resources.qrc | hace 4 años | |
setup.py | hace 4 años | |
version | hace 3 años |
i18n/qubesmanager_LANGUAGECODE.ts
(replace LANGUAGECODE
with actual code,
for example es
) to qubesmanager.pro
- TRANSLATIONS
setting.make res update_ts
.ts
)make res update_ts
This will keep translated strings, but will add new ones.
Commit updated .ts
files into i18n
directory.
You'll need a token (for your own transifex acount, to configure it just run tx config once).
tx push -s
tx pull
Located in the tests/ directory.
To run qube manager and backup tests:
python3 test_name.py -v
To run global settings tests:
sudo systemctl stop qubesd; sudo -E python3 test_global_settings.py -v ; sudo systemctl start qubesd