aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* reformat with black 24Arthur Zamarin2024-01-263-15/+20
* Reformat with black 23.1.0Arthur Zamarin2023-03-2416-33/+1
* fileutils: small cleanup and modernizationArthur Zamarin2022-12-312-10/+1
* fix TestArComp::test_missing_tar when gtar is installedArthur Zamarin2022-12-251-1/+1
* remove osutils.native_readdir.listdirArthur Zamarin2022-12-251-7/+1
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-2533-1307/+1567
* Add constraint satisfaction problem solverArthur Zamarin2022-12-091-0/+62
* compression: add parallel xz supportSam James2022-10-104-73/+142
* compression.__init__: add testsArthur Zamarin2022-10-103-9/+100
* compression/_bzip2: add testsArthur Zamarin2022-10-102-0/+141
* move `DemandLoadTargets` to testsArthur Zamarin2022-09-261-3/+29
* descriptors: remove unused `classproperty`Arthur Zamarin2022-09-251-16/+0
* fileutils: remove deprecated `write_file`Arthur Zamarin2022-09-242-24/+17
* test/mixins: remove `mk_named_tempfile`Arthur Zamarin2022-09-241-51/+34
* Revert "dist.distutils_extensions: fix _verinfo.py file"Arthur Zamarin2022-09-191-43/+33
* version: refactor the codeArthur Zamarin2022-09-181-33/+43
* remove mk_cpy_loadable_testcaseArthur Zamarin2022-08-241-6/+1
* remove mentions of _readdir C extensionArthur Zamarin2022-08-241-38/+13
* remove cython _posix.pyxArthur Zamarin2022-08-241-48/+1
* remove cython _sequences.pyxArthur Zamarin2022-08-241-19/+4
* data_source: modernize testsArthur Zamarin2022-08-241-43/+31
* stringio: remove text_writable & bytes_writableArthur Zamarin2022-08-241-26/+2
* test_obj.py: (py3.11) add __getstate__ to knowledgeArthur Zamarin2022-08-081-4/+4
* tests: mark Namespace tests as XFAIL on PyPyArthur Zamarin2022-07-301-0/+2
* tests: skip failing SplitExec tests on github CIArthur Zamarin2022-07-301-0/+1
* osutils: simplify sizeof_fmt() and fix handling sizes > 1000 YBMichał Górny2022-06-131-3/+2
* osutils: add tests for sizeof_fmt()Michał Górny2022-06-131-1/+24
* tests: remove RandomPath fixtureArthur Zamarin2022-05-191-23/+27
* tests: remove TempDir fixtureArthur Zamarin2022-05-196-256/+252
* PyPy supportArusekk2021-12-143-1/+7
* sequences: drop namedtuple supportTim Harder2021-03-281-39/+2
* sort imports with isortTim Harder2021-03-2826-46/+20
* osutils: drop old, unused FsLock related supportTim Harder2021-03-221-90/+0
* tests: ignore bind mount failure for priv limited docker wheel buildsTim Harder2021-03-201-2/+2
* caching: drop refs to removed cpy extensionTim Harder2021-03-151-173/+155
* cli.arghparse: drop overly fragile CopyableParserTim Harder2021-03-151-139/+0
* weakrefs: drop old WeakValCache supportTim Harder2021-03-151-73/+0
* process: drop unused is_running()Tim Harder2021-03-151-40/+0
* mappings: OrderedFrozenSet: support slice notationTim Harder2021-03-091-0/+1
* tests: move to main repo root dirTim Harder2021-03-0433-0/+0
* version: don't display missing extended version messageTim Harder2021-03-031-12/+8
* tests: various caching_iter test updatesTim Harder2021-02-181-20/+14
* formatters: rename TerminfoHatesOurTerminal to TerminfoUnsupportedTim Harder2021-01-311-2/+2
* formatters: drop 'native' prefixes and simplify parent __init__() callsTim Harder2021-01-311-13/+2
* mappings: fix OrderedFrozenSet __getitem__()Tim Harder2020-12-291-1/+1
* mappings: add initial, simple indexing support for OrderedFrozenSetTim Harder2020-12-291-0/+7
* mappings: support reversed() for ImmutableDict and OrderedFrozenSetTim Harder2020-12-171-1/+3
* mappings: add initial OrderedFrozenSet implementationTim Harder2020-12-151-9/+54
* klass: drop 'native' prefixesTim Harder2020-12-141-62/+10
* OrderedSet: implement __repr__()Tim Harder2020-12-131-0/+1