summaryrefslogtreecommitdiff
path: root/testing/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* remove the utils moduleRonny Pfannschmidt2023-03-291-2/+1
| | | | | move command utils to _run_cmd move data_from_mime to integration
* breaking: replace trace with loggingRonny Pfannschmidt2023-03-291-11/+24
|
* refactor: unify command running apisRonny Pfannschmidt2023-03-111-3/+2
| | | | | | | introduces the _run_cmd private module which is used across the board starts to remove use of the do/do_ex which predate
* refactor: split tracing and command running into own modulesRonny Pfannschmidt2023-03-111-1/+1
|
* pre-commit updatesRonny Pfannschmidt2023-02-121-1/+1
|
* fix #691 - support root in pyproject.toml even for cliRonny Pfannschmidt2022-06-261-7/+19
| | | | | superseeds #702 which served as inspiration adds integration tests
* FIXUP: restore hg-git supportRonny Pfannschmidt2022-06-211-4/+7
|
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-4/+4
|
* complete mypy transformationRonny Pfannschmidt2022-05-291-7/+12
|
* typing fixed in face of ongoing python 3.6 supportRonny Pfannschmidt2022-05-291-74/+12
|
* Support signed commit commands in testsXiao Di Guan2022-02-071-6/+10
|
* add own ci job for legacy setuptools testing an skip it for normal testsRonny Pfannschmidt2021-09-021-0/+7
|
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-1/+2
|
* Merge main branch into hg-git branchpaugier2021-07-061-1/+1
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-121-1/+1
| | | | | | | | for more information, see https://pre-commit.ci
* | Better testing hg-gitpaugier2021-03-251-1/+4
| |
* | hg-git: test like git + fixespaugier2021-03-231-0/+26
|/
* style: run pre-commitHenry Schreiner2021-03-161-3/+3
|
* pytest 6.2.0 supportRonny Pfannschmidt2020-12-131-1/+1
|
* add python 3.9 to tox and drop sixRonny Pfannschmidt2020-11-281-4/+3
|
* testing: use and test SOURCE_DATE_EPOCH handlingRasmus Villemoes2020-10-141-0/+2
| | | | | | | | | | | | | Now that SOURCE_DATE_EPOCH is honoured, we can avoid the need to monkeypatch the time attribute with a MockTime object, while at the same time testing handling of SOURCE_DATE_EPOCH being set in the environment. Most tests will actually benefit from knowing exactly what to expect, so set SOURCE_DATE_EPOCH globally. There's an existing test in test_git.py which currently manually produces the yyyymmdd string to compare to - extend that test a bit to do it both with and without SOURCE_DATE_EPOCH being set, so that we keep at least one "today's date" test.
* add python testsworkflowsRonny Pfannschmidt2020-05-011-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | port testsuite to pathlib, and try to resolve windows short paths trace git toplevel mismatch (observed on win32 name shortening) exclude python2 on windows remove the appveyor config, its broken drop most travis envs that we have in github workflows now add actions for creating egg artifacts/wheels/sdists WIP: experiment with act WIP: fix workflow typo WIP: add missed runs-on fix typoed excludes fixup: upload actuall wheel/sdist in the build step style fixes for the actions config
* Don't pass entrypoing name around anymore and allow passing fallback_root to ↵Ionel Cristian Mărieș2019-05-101-1/+1
| | | | get_version.
* print the origin of modules we obtain the version ofRonny Pfannschmidt2018-05-181-1/+2
|
* inflict black on the codebase :)Ronny Pfannschmidt2018-05-131-6/+10
|
* Adapt git_file_finder tests styleStéphane Bidoul (ACSONE)2018-04-251-0/+4
|
* acceptance test and changelog for issue #167Ronny Pfannschmidt2017-04-081-3/+7
|
* fix #138 - add support for the pip-egg-info folderRonny Pfannschmidt2017-02-071-0/+8
|
* address #93 - experimental tools for interacting with git shallow clonesRonny Pfannschmidt2016-10-201-1/+1
|
* finish restructuring testsRonny Pfannschmidt2015-11-291-2/+27
|
* finish extracting mercurial tests into own fileRonny Pfannschmidt2015-11-281-0/+29
|
* StylefixesMarkus Unterwaditzer2015-06-181-0/+1
|
* extend reporting for pytestRonny Pfannschmidt2015-04-091-3/+6
|
* create a package, return to self-use, split moduleRonny Pfannschmidt2015-02-171-0/+8