aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reblackify the codeArthur Zamarin2023-02-021-2/+0
* Reformat w/ black-22.12.0Brian Harring2022-12-2511-149/+142
* use isort to sort importsv0.12.1Tim Harder2021-05-2811-20/+9
* tests: move to repo root dirTim Harder2021-03-0412-0/+668
* tests: move module unit tests into their own directoryTim Harder2019-07-2312-693/+0
* tests/sync: drop valid/bogus syncer helpersTim Harder2019-02-118-103/+159
* tests/sync/test_base: add basic usersync test for ExternalSyncerTim Harder2019-02-111-0/+16
* tests/sync/test_base: various clean upsTim Harder2019-02-111-20/+38
* tests/rsync/test_rsync: merge uri parse tests with syncer test classTim Harder2019-02-111-28/+29
* tests/rsync/test_rsync: add explicit rsync timestamp syncer testsTim Harder2019-02-111-1/+8
* tests/sync/test_rsync: split fake sync tests into separate funcsTim Harder2019-02-111-43/+42
* tests/sync/test_rsync: fake DNS resolution to avoid hitting the networkTim Harder2019-02-111-5/+40
* tests/sync: simplify find_binary and spawn mockingTim Harder2019-02-113-33/+29
* tests/sync/test_rsync: make faked sync tests work on systems without rsync in...Tim Harder2019-02-111-2/+3
* tests/sync/test_rsync: add fake sync testsTim Harder2019-02-111-2/+28
* tests/sync/test_rsync: TestRsyncSyncerReal: force rsync timestamp syncer usageTim Harder2019-02-111-1/+1
* tests/sync/test_rsync: add initial real rsync syncer testTim Harder2019-02-111-0/+27
* pmaint sync: add -f/--force option to force syncing to occurTim Harder2019-01-222-0/+6
* tests/sync: add initial real sqfs syncer testTim Harder2019-01-221-0/+19
* tests/sync: add real network test for tar syncerTim Harder2019-01-221-0/+18
* tests/conftest.py: add 'net' marks to network decorated testsTim Harder2019-01-221-1/+1
* tests/sync: add initial real git syncing test that hits the networkTim Harder2019-01-221-0/+11
* tests/sync: TestVcsSyncer: fix basedir file error checkTim Harder2019-01-221-1/+9
* tests/sync: add simple check for missing local userTim Harder2019-01-221-0/+3
* tests/sync: add initial basic VcsSyncer testsTim Harder2019-01-221-0/+35
* tests/sync: add some basic mocked sync tests for git/hgTim Harder2019-01-222-0/+40
* tests/sync: add initial usersync testsTim Harder2019-01-211-0/+21
* tests: add more various base syncer class testsTim Harder2019-01-211-10/+42
* tests/sync: port all sync class tests to pytestTim Harder2019-01-217-73/+87
* sync: set gid for usersync as wellTim Harder2019-01-211-4/+4
* base: GenericSyncer: add more auto-detection for supported URIsTim Harder2019-01-213-20/+22
* sync: add initial tar syncer supportTim Harder2019-01-213-4/+49
* tests/sync/test_base: rework using pytestTim Harder2019-01-211-21/+21
* sync: Sync: call parse_uri() during base instance instantiationTim Harder2019-01-211-1/+1
* rename file_syncer to http_syncerTim Harder2019-01-191-8/+5
* tests/sync/test_base: use file syncer for generic testTim Harder2019-01-071-6/+5
* sync: rename classes for consistencyTim Harder2019-01-079-18/+18
* various f-strings usageTim Harder2018-10-161-3/+3
* migrate tests to py3Tim Harder2018-06-1110-9/+9
* move tests to root dirTim Harder2018-04-1110-0/+261