devtools/testlib.py
changeset 9631 c51a05b5dcb8
parent 9630 e7dbc4f06a48
child 9635 aaf099172bb9
--- a/devtools/testlib.py	Thu Apr 03 18:18:11 2014 +0200
+++ b/devtools/testlib.py	Thu Apr 03 18:16:10 2014 +0200
@@ -597,6 +597,7 @@
 
     # user / session management ###############################################
 
+    @deprecated('[3.19] explicitly use RepoAccess object in test instead')
     def user(self, req=None):
         """return the application schema"""
         if req is None: