]> git.ipfire.org Git - people/ms/pakfire.git/history - tests/python
jail: Have the child process allocate a new PTY
[people/ms/pakfire.git] / tests / python /
2023-10-01  Michael Tremer_pakfire: Drop the Python wrapper for the progress bar
2023-08-30  Michael Tremertests: package: Check reading build_id in Python
2023-08-29  Michael Tremerpackages: Export build architectures in Python
2023-08-29  Michael Tremertests: Add a simple test to read metadata from Python
2023-06-01  Michael Tremerkeys: Carry the comment with us and require it
2023-06-01  Michael Tremerkeys: Export signing/verification routines in Python
2023-06-01  Michael Tremerkeys: Convert the key ID to integer in Python
2023-06-01  Michael Tremer_pakfire: Implement loading keys
2023-06-01  Michael Tremertests: Add some simple tests for keys in 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