Refactor VerifyPaymentView to include checks for payment status and user authorization. Update logging level in settings.py to suppress certain logs during testing. Add comprehensive tests for device management in DeviceAPITestCase.
This commit is contained in:
Vendored
+2
-1
@@ -8,5 +8,6 @@
|
||||
"*test.py"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true
|
||||
"python.testing.unittestEnabled": true,
|
||||
"postman.settings.dotenv-detection-notification-visibility": false
|
||||
}
|
||||
Reference in New Issue
Block a user