File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2424 matrix :
2525 - LINT_CHECK="1"
2626 - TRANSIFEX="1"
27- - TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="oauth_provider"
28- - TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="oauth_provider"
29- - TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="oauth_provider"
27+ - TESTS="1" ODOO_REPO="odoo/odoo"
28+ - TESTS="1" ODOO_REPO="OCA/OCB"
3029
3130virtualenv :
3231 system_site_packages : true
Original file line number Diff line number Diff line change 1010from werkzeug .wrappers import BaseResponse
1111from odoo import fields
1212from odoo .service import wsgi_server
13- from odoo .tests .common import TransactionCase
13+ from odoo .tests .common import HttpCase
1414from odoo .tools .misc import consteq
1515
1616_logger = logging .getLogger (__name__ )
1717
1818
19- class OauthProviderControllerTransactionCase (TransactionCase ):
19+ class OauthProviderControllerTransactionCase (HttpCase ):
2020 def setUp (self , application_type ):
2121 super (OauthProviderControllerTransactionCase , self ).setUp ()
2222
Original file line number Diff line number Diff line change 44
55from datetime import datetime , timedelta
66from odoo import fields , exceptions
7- from odoo .tests .common import TransactionCase
7+ from odoo .tests .common import HttpCase
88
99
10- class TestOauthProviderToken (TransactionCase ):
10+ class TestOauthProviderToken (HttpCase ):
1111
1212 def setUp (self ):
1313 super (TestOauthProviderToken , self ).setUp ()
You can’t perform that action at this time.
0 commit comments