##// END OF EJS Templates
pytest: Use hardcoded login URLs in tests....
pytest: Use hardcoded login URLs in tests. - It's not so easy to use pyramids URL generation methods from within the tests. - Therfore we hardcode the URLs.

File last commit:

r1:854a839a default
r40:bc180d4b default
Show More
.coveragerc
18 lines | 229 B | text/plain | TextLexer
[run]
branch = True
include =
rhodecode/lib/*
rhodecode/model/*
rhodecode/controllers/*
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
[report]
exclude_lines =
raise NotImplementedError