##// END OF EJS Templates
py3: replace list comprehension with for-loop due to scope...
py3: replace list comprehension with for-loop due to scope The scope of the list comprehension variable 'x' will be limited to the list comprehension in python3. Thus switching to a full loop (without this scope restriction) in preparation for python3.

File last commit:

r4187:d1addaf7 kallithea-2.2.5-r...
r6788:bfd7fc9a default
Show More
test_user_permissions_on_repos.py
1 line | 58 B | text/x-python | PythonLexer
/ kallithea / tests / models / test_user_permissions_on_repos.py
#TODO; write tests when we activate algo for permissions.