]> git.ipfire.org Git - pakfire.git/history - tests/python
cli: Show the repo description when listing repositories
[pakfire.git] / tests / python /
5 days ago  Michael Tremerpython: Rename Pakfire() to Root()
2025-03-30  Michael Tremerarchive: Add function to fetch the desired filename
2025-03-30  Michael Tremertests: Add tests for dist()
2025-03-26  Michael Tremerpython: execute: Implement bind-mounting mountpoints
2025-03-25  Michael Tremertests: execute: Actually verify the set nice level
2025-03-25  Michael Tremertests: execute: Bring back the open file descriptor...
2025-03-25  Michael Tremertests: execute: Actually check the output
2025-03-25  Michael Tremertests: execute: Check that we are not running for forever
2025-03-18  Michael Tremertests: python: Don't call depreated unit test function
2025-03-18  Michael Tremerpython: execute: Implement passing data into stdin
2025-03-18  Michael Tremerpython: execute: Raise any output
2025-03-17  Michael Tremerpython: execute: Allow returning the output of the...
2025-03-17  Michael Tremerpython: execute: Implement setting the nice value
2025-03-17  Michael Tremerpython: Bring back a basic version of Pakfire.execute()
2025-03-14  Michael Tremerpython: Add functions to register a progress callback
2025-03-14  Michael Tremerpython: Allow passing a confirm callback from Python
2025-03-14  Michael Tremerpython: Add a basic Transaction class
2025-02-06  Michael Tremerpython: Add option to read prerequires from packages
2025-02-06  Michael Tremertests: python: Open an archive in stub mode
2025-02-06  Michael Tremertests: python: Add some tests for the main Pakfire...
2025-02-05  Michael Tremertests: python: Add some simple tests for pakfire.versio...
2025-02-05  Michael Tremertests: python: Test pakfire.supported_arches()
2025-02-05  Michael Tremerpython: Fix setting/reading the context's cache path
2025-02-05  Michael Tremertests: python: Update renamed checksum field
2025-01-28  Michael Tremerpackages: Fix group parsing for legacy package formats
2025-01-28  Michael Tremertests: Fix running Python tests
2024-10-18  Michael Tremertests: python: Load the configuration file
2024-10-17  Michael Tremertests: Remove jail tests
2024-10-12  Michael Tremerpython: Add __version__
2024-01-26  Michael Tremertests: Re-enable jail tests that pass
2024-01-26  Michael Tremertests: Dump log onto the console for Python tests
2024-01-26  Michael Tremerpython: Add tests for the Archive class
2024-01-25  Michael Tremertests: Add functions to make opening files in the test...
2024-01-25  Michael Tremertests: Add Python tests for context
2024-01-25  Michael Tremertests: Disable all jail tests
2024-01-25  Michael Tremertests: Migrate other Python tests to the new framework
2024-01-25  Michael Tremertests: Build a common basis for Python tests
2024-01-25  Michael Tremertests: Fix syntax errors in keys tests
2024-01-25  Michael Tremertests: Remove dummy Python test
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