]> git.ipfire.org Git - pakfire.git/history - tests/python
util: path_matches: Check if pattern is shorter than string
[pakfire.git] / tests / python /
2022-08-10  Michael Tremertests: jail: Disable test which doesn't work
2022-08-04  Michael Tremertests: jail: Send signals to ourselves
2022-08-04  Michael Tremertests: jail: Add check if we are leaking any file descr...
2022-08-03  Michael Tremertests: Rename execute.py to jail.py
2022-08-03  Michael Tremertests: command: Rename pid to print-pid
2022-08-03  Michael Tremerjail: Implement setting nice level
2022-07-22  Michael Tremertests: execute: Check if the process has received PID 1
2022-07-21  Michael Tremertests: execute: Add test to catch exceptions in logger
2022-07-21  Michael Tremertests: execute: Check if logger returned the correct...
2022-07-21  Michael Tremertests: execute: Generate some random output for tests
2022-07-21  Michael Tremertests: execute: Replace former dummy commands
2022-07-21  Michael Tremertests: execute: Add test to return environment variables
2022-07-21  Michael Tremertests: execute: Add a simple echo command that prints...
2022-07-21  Michael Tremertests: execute: Replace exit code tests with the stub...
2022-07-21  Michael Tremertests: Run execute tests in the stub environment
2021-07-01  Michael Tremerpython: Remove exporting the parser to Python
2021-06-10  Michael TremerMerge branch 'python3'
2021-04-21  Michael Tremerprogressbar: Implement using in Python context
2021-04-21  Michael Tremerpython: Add bindings for Progressbar
2021-03-24  Michael TremerDrop Python cgroups module
2021-02-13  Michael Tremerpython: parser: Extend and let it read from file
2021-02-13  Michael Tremerpython: Add simply Parser module
2021-01-19  Michael Tremerlibpakfire: execute: Allow passing the logging callback...
2021-01-17  Michael Tremerlibpakfire: execute: Statically allocate the log buffer
2021-01-16  Michael Tremertests: execute: Add test with multiple newlines in...
2021-01-16  Michael Tremerlibpakfire: execute: Read all output from commands...
2021-01-16  Michael Tremerlibpakfire: execute: Rename LOG_OUTPUT to INTERACTIVE
2021-01-15  Michael Tremerlibpakfire: execute: Read content from stdout/stderr...
2021-01-14  Michael Tremertests: python: Check return codes of pakfire_execute()
2021-01-11  Michael Tremerpython: Add tests for execute()
2021-01-11  Michael TremerRename cgroup module to "cgroups"
2021-01-11  Michael TremerAdd tests for cgroup module
2021-01-09  Michael Tremerpython: Add an example test