<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/7187c1707eda75b1867e1d4b9a6a8f3c2a1eda8d" style="text-decoration: none; font-weight: bold; color: #573;">tests: restrict pytest test collection to kallithea/tests  When the kallithea root directory contains a populated virtualenv, pytest would also collect tests...</a></h1>
<div id="body">
patrickdp committed on 2015-05-14 19:42:26<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7187c1707eda75b1867e1d4b9a6a8f3c2a1eda8d">7187c170</a><pre>tests: restrict pytest test collection to kallithea/tests

When the kallithea root directory contains a populated virtualenv, pytest
would also collect tests in python packages installed there.

Restrict the tests to be considered to any test_*.py file inside
kallithea/tests.

Additionally, by renaming unwanted test files in kallithea/tests/scripts to
_not_ match this pattern, we can completely get rid of the 'norecursedirs'
option.

 R kallithea/tests/scripts/manual_test_concurrency.py (0 lines added, 0 lines removed)
 R kallithea/tests/scripts/manual_test_crawler.py (0 lines added, 0 lines removed)
 M setup.cfg (2 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/08ad393e6866ee2a03e0dfadc853861f2ecf0ce2" style="text-decoration: none; font-weight: bold; color: #573;">tests: move pytest settings from kallithea/tests/pytest.ini to setup.cfg  pytest.ini was added in 9b8ba0f1c87b but didn't work. pytest only uses one configur...</a></h1>
<div id="body">
patrickdp committed on 2015-05-14 19:05:47<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/08ad393e6866ee2a03e0dfadc853861f2ecf0ce2">08ad393e</a><pre>tests: move pytest settings from kallithea/tests/pytest.ini to setup.cfg

pytest.ini was added in 9b8ba0f1c87b but didn't work. pytest only uses one
configuration file and does not merge settings from multiple files [1]. The
first detected file is setup.cfg thus should contain all relevant
configuration.

[1] <a href="http://pytest.org/latest/customize.html#initialization-determining-rootdir-and-inifile">http://pytest.org/latest/customize.html#initialization-determining-rootdir-and-inifile</a>

 D kallithea/tests/pytest.ini (0 lines added, 7 lines removed)
 M setup.cfg (6 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/45725b77452591b10219a7d220ec1dad52923aa7" style="text-decoration: none; font-weight: bold; color: #573;">auth: reduce code duplication by removing generate_api_key implemented in utils2</a></h1>
<div id="body">
andrewsh committed on 2015-05-15 16:07:27<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/45725b77452591b10219a7d220ec1dad52923aa7">45725b77</a><pre>auth: reduce code duplication by removing generate_api_key implemented in utils2

 M kallithea/controllers/admin/users.py (2 lines added, 2 lines removed)
 M kallithea/lib/auth.py (0 lines added, 15 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/579110ca5178f13254e7e4c7b6043767a11b92a2" style="text-decoration: none; font-weight: bold; color: #573;">changeset/pullrequest controller: refactor some old variable naming  c.co is a bit cryptic, use the full name c.comment comm sounds like 'communication', use...</a></h1>
<div id="body">
Jan Heylen committed on 2015-05-04 19:07:37<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/579110ca5178f13254e7e4c7b6043767a11b92a2">579110ca</a><pre>changeset/pullrequest controller: refactor some old variable naming

c.co is a bit cryptic, use the full name c.comment
comm sounds like 'communication', use the full name, comment

tested by adding a single comment on a changeset/pullreques
and running:
* the kallithea/tests/functional/test_changeset_comments.py test

 M kallithea/controllers/changeset.py (4 lines added, 4 lines removed)
 M kallithea/controllers/pullrequests.py (5 lines added, 5 lines removed)
 M kallithea/templates/changeset/changeset_comment_block.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>