##// END OF EJS Templates
tests: skip reading Git system and global configuration in test_vcs_operations...
tests: skip reading Git system and global configuration in test_vcs_operations The parent changeset reduced the dependency on global configuration and made it possible to run tests without any global git configuration. But it is still unfortunate to even look at the global configuration when running tests. Global configuration is already disabled for Mercurial by setting HGRCPATH. Now do something similar for Git. According to the git man page, GIT_CONFIG_GLOBAL and GIT_CONFIG_SYSTEM set to /dev/null will make Git skip reading the configuration files on all platforms. Note that the GIT_CONFIG variables were introduced in Git 2.32.0, so this will not work with all the Git versions supported by Kallithea.
Manuel Jacob -
r8769:511b20a6 stable
Show More
Name Size Modified Last Commit Author
/ kallithea / tests
api
fixtures
functional
models
other
performance
scripts
vcs
__init__.py Loading ...
base.py Loading ...
conftest.py Loading ...
fixture.py Loading ...