summaryrefslogtreecommitdiff
path: root/test/test_remote.py
Commit message (Collapse)AuthorAgeFilesLines
* replace tempfile.mkdtemp w/ tempfile.TemporaryDirectoryFC Stegerman2023-01-081-202/+222
|
* Updates from reviewSantos Gallegos2022-12-281-12/+59
|
* More testsSantos Gallegos2022-12-271-0/+211
|
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-48/+16
|
* Run everything through 'black'Sebastian Thiel2022-05-181-80/+138
| | | | | That way people who use it won't be deterred, while it unifies style everywhere.
* Test raise_if_errorSjoerd Langkemper2021-11-131-0/+6
|
* Test that return value of push is a list-like objectSjoerd Langkemper2021-11-131-1/+4
|
* Add a way to force status codes inside AutoInterrupt._terminate, and let ↵sroet2021-09-181-4/+10
| | | | tests use it
* set timeout to a non-zero valuesroet2021-09-181-2/+2
|
* two spaces before commentssroet2021-09-181-1/+1
|
* fetch is also to quick on CI, only test pullsroet2021-09-181-1/+1
|
* make test timeout strictersroet2021-09-181-2/+2
|
* go for pytest.raises and test that the functions runsroet2021-09-181-3/+3
|
* update tests and add a comment about different behaviour of 'push' vs 'fetch'sroet2021-09-181-3/+17
|
* propagate kwargs in do_test_fetchsroet2021-09-181-2/+2
|
* also test a call to 'push' with 10s timeoutsroet2021-09-181-1/+1
|
* add test timeout with the old 10 s timeoutsroet2021-09-181-2/+2
|
* rmv python 3.5 checks from testsYobmod2021-07-191-2/+2
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+653
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-653/+0
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+653
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-445/+0
| | | | adjusted
* Unified object and commit handling which should make the reflog handling ↵Sebastian Thiel2010-11-241-1/+1
| | | | much easier. There is some bug in it though, it still needs fixing
* Updated MANIFEST and setup to include fixtures. Adjusted includes in all ↵Sebastian Thiel2010-11-211-1/+1
| | | | tests to work with the new directory structure
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-0/+445