c2cgeoportal-admin 2.9rc79__py3-none-any.whl → 2.9rc81__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {c2cgeoportal_admin-2.9rc79.dist-info → c2cgeoportal_admin-2.9rc81.dist-info}/METADATA +1 -1
- {c2cgeoportal_admin-2.9rc79.dist-info → c2cgeoportal_admin-2.9rc81.dist-info}/RECORD +6 -6
- tests/test_user.py +2 -2
- {c2cgeoportal_admin-2.9rc79.dist-info → c2cgeoportal_admin-2.9rc81.dist-info}/WHEEL +0 -0
- {c2cgeoportal_admin-2.9rc79.dist-info → c2cgeoportal_admin-2.9rc81.dist-info}/entry_points.txt +0 -0
- {c2cgeoportal_admin-2.9rc79.dist-info → c2cgeoportal_admin-2.9rc81.dist-info}/top_level.txt +0 -0
@@ -88,10 +88,10 @@ tests/test_role.py,sha256=2mbi0RwTESnIZIuUTxMi275ONOcPNKWN-ni7b00SO90,12804
|
|
88
88
|
tests/test_themes.py,sha256=uhzHe2TbuNoLnL4VdYATPnOqtnZWWPKsvUTq6GUxwiU,16207
|
89
89
|
tests/test_themes_ordering.py,sha256=T4Esr0C3EN5UdeEyYLa4ePvEn-bx3RNPkGBK3lDFoBo,2243
|
90
90
|
tests/test_treegroup.py,sha256=Plv119G4TWlurWLE7Z1mWGeHHPScK_fWKcDmDzMUlIU,576
|
91
|
-
tests/test_user.py,sha256=
|
91
|
+
tests/test_user.py,sha256=IDf7MHruL1XjT-PS-NNAD7FNTl4QbjZtevRk2yJdE-Q,13141
|
92
92
|
tests/themes_ordering.py,sha256=UdydcRIzWC6RRnTMfl2JM_250DHuAhGC7rijHqfy7lk,1342
|
93
|
-
c2cgeoportal_admin-2.
|
94
|
-
c2cgeoportal_admin-2.
|
95
|
-
c2cgeoportal_admin-2.
|
96
|
-
c2cgeoportal_admin-2.
|
97
|
-
c2cgeoportal_admin-2.
|
93
|
+
c2cgeoportal_admin-2.9rc81.dist-info/METADATA,sha256=8_FuPwaF507cZTMo2DDiovrQ_idZ5eq1Z32I8-0T9B0,1382
|
94
|
+
c2cgeoportal_admin-2.9rc81.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
95
|
+
c2cgeoportal_admin-2.9rc81.dist-info/entry_points.txt,sha256=iRK5w2E-PVbqHx48OuxznFEXTpoOdJyx6kjpaca0Fxc,164
|
96
|
+
c2cgeoportal_admin-2.9rc81.dist-info/top_level.txt,sha256=DgcTJgTvpJUB8HqwYB14PdLBPAOAFk0B8oqnSTFoAU4,25
|
97
|
+
c2cgeoportal_admin-2.9rc81.dist-info/RECORD,,
|
tests/test_user.py
CHANGED
@@ -214,7 +214,7 @@ class TestUser(AbstractViewsTests):
|
|
214
214
|
@patch("c2cgeoportal_admin.views.users.pwgenerator.generate")
|
215
215
|
def test_duplicate(self, pw_gen_mock, smtp_mock, users_test_data, test_app, dbsession):
|
216
216
|
sender_mock = MagicMock()
|
217
|
-
smtp_mock.return_value = sender_mock
|
217
|
+
smtp_mock.return_value.__enter__.return_value = sender_mock
|
218
218
|
pw_gen_mock.return_value = "basile"
|
219
219
|
from c2cgeoportal_commons.models.static import User
|
220
220
|
|
@@ -259,7 +259,7 @@ class TestUser(AbstractViewsTests):
|
|
259
259
|
from c2cgeoportal_commons.models.static import Log, User
|
260
260
|
|
261
261
|
sender_mock = MagicMock()
|
262
|
-
smtp_mock.return_value = sender_mock
|
262
|
+
smtp_mock.return_value.__enter__.return_value = sender_mock
|
263
263
|
pw_gen_mock.return_value = "basile"
|
264
264
|
|
265
265
|
roles = users_test_data["roles"]
|
File without changes
|
{c2cgeoportal_admin-2.9rc79.dist-info → c2cgeoportal_admin-2.9rc81.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|