<!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/83c34fbb2139375d94b1c84d8bc23bc3b8634efc" style="text-decoration: none; font-weight: bold; color: #573;">tests: illustrate current behavior of list-valued settings</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-05-05 15:57:46<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/83c34fbb2139375d94b1c84d8bc23bc3b8634efc">83c34fbb</a><pre>tests: illustrate current behavior of list-valued settings

 A kallithea/tests/models/test_settings.py (49 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/ef1187159860ffd341efbd1c08f483e405e5d53a" style="text-decoration: none; font-weight: bold; color: #573;">tests: add create_test_user fixture  Uses https://pytest.org/latest/yieldfixture.html#yieldfixture to provide auto-deleting users to tests.</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-05-01 21:29:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/ef1187159860ffd341efbd1c08f483e405e5d53a">ef118715</a><pre>tests: add create_test_user fixture

Uses <a href="https://pytest.org/latest/yieldfixture.html#yieldfixture">https://pytest.org/latest/yieldfixture.html#yieldfixture</a> to provide
auto-deleting users to tests.

 M kallithea/tests/conftest.py (17 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/7d23f2491ce8402f7d3798e37c8d830a6bf5bd86" style="text-decoration: none; font-weight: bold; color: #573;">tests: add set_test_settings fixture  Uses https://pytest.org/latest/yieldfixture.html#yieldfixture to restore settings after tests. Takes into account curre...</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-05-01 21:29:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7d23f2491ce8402f7d3798e37c8d830a6bf5bd86">7d23f249</a><pre>tests: add set_test_settings fixture

Uses <a href="https://pytest.org/latest/yieldfixture.html#yieldfixture">https://pytest.org/latest/yieldfixture.html#yieldfixture</a> to restore
settings after tests. Takes into account current specifics of list-valued
settings.

 M kallithea/tests/conftest.py (35 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/a384ac02f8ac6f256bb7aa6ea2d0a987d3a54dc5" style="text-decoration: none; font-weight: bold; color: #573;">tests: add basic test for existing user update from LDAP</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-05-01 21:29:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a384ac02f8ac6f256bb7aa6ea2d0a987d3a54dc5">a384ac02</a><pre>tests: add basic test for existing user update from LDAP

 A kallithea/tests/other/test_auth_ldap.py (64 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/a620c2c49cfed447d449757792332044d6ebee80" style="text-decoration: none; font-weight: bold; color: #573;">tests: add basic test for user creation from LDAP</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-05-01 21:29:09<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a620c2c49cfed447d449757792332044d6ebee80">a620c2c4</a><pre>tests: add basic test for user creation from LDAP

 M kallithea/tests/other/test_auth_ldap.py (31 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/bf8898a112b2871feb9ae6e778eb2b36123a4c9f" style="text-decoration: none; font-weight: bold; color: #573;">tests: capture current behavior of user creation from LDAP when email is missing</a></h1>
<div id="body">
Konstantin Veretennicov committed on 2016-05-01 21:29:33<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/bf8898a112b2871feb9ae6e778eb2b36123a4c9f">bf8898a1</a><pre>tests: capture current behavior of user creation from LDAP when email is missing

 M kallithea/tests/other/test_auth_ldap.py (43 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>