index
:
~helmut/python-linuxnamespaces.git
main
Python module for working with Linux namespaces
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_simple.py
Age
Commit message (
Expand
)
Author
2024-06-11
fix formatting and spelling errors
Helmut Grohne
2024-06-11
improve typing
Helmut Grohne
2024-05-28
tests/test_simple.py: support coverage generation
Helmut Grohne
2024-05-28
support sendfile in async_copyfd
Helmut Grohne
2024-05-27
add IDAllocation.reserve method
Helmut Grohne
2024-05-25
add a FileDescriptor type
Helmut Grohne
2024-05-20
test splice path of async_copyfd
Helmut Grohne
2024-04-03
tests: avoid need for a type annotation
Helmut Grohne
2024-03-16
slightly simplify tests
Helmut Grohne
2024-03-16
add an asyncio variant of run_in_fork
Helmut Grohne
2024-02-23
tests: consider that EventFD.aread might not return a future
Helmut Grohne
2024-02-23
delete unused imports
Helmut Grohne
2024-02-16
add an async read method to EventFD
Helmut Grohne
2024-02-15
MountFlags: support conversion to and from a textual representation
Helmut Grohne
2024-01-25
linuxnamespaces.run_in_fork: use os._exit instead of sys.exit
Helmut Grohne
2024-01-19
add convenience function unshare_user_idmap_nohelper
Helmut Grohne
2024-01-18
initial checkin
Helmut Grohne