##// END OF EJS Templates
pytest: Removed unused argument.
Martin Bornhold -
r214:58fe11b6 default
parent child Browse files
Show More
@@ -82,7 +82,7 b' def initialize_test_environment(settings'
82 82 # test repos
83 83 if test_env:
84 84 create_test_env(TESTS_TMP_PATH, settings)
85 create_test_index(TESTS_TMP_PATH, settings, True)
85 create_test_index(TESTS_TMP_PATH, settings)
86 86
87 87
88 88 def get_vcs_server_protocol(config):
@@ -701,7 +701,7 b' def get_custom_lexer(extension):'
701 701 #==============================================================================
702 702 # TEST FUNCTIONS AND CREATORS
703 703 #==============================================================================
704 def create_test_index(repo_location, config, full_index):
704 def create_test_index(repo_location, config):
705 705 """
706 706 Makes default test index
707 707
General Comments 0
You need to be logged in to leave comments. Login now