Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWL-751: require country field for institution PYTHON-V3 #62

Open
wants to merge 19 commits into
base: release
Choose a base branch
from

Conversation

kartikphoenix
Copy link
Contributor

No description provided.

ChenXingguo and others added 19 commits September 4, 2019 17:48
Add unit test cases for metering API end point /meters/
Add unit test cases for apiKey API end point /apiKey/.
Add unit test cases for null service API end point /nullservice/.
Add unit test cases for ip ranges API end points /ipranges/.
Add unit test cases for session logs API end point /session-logs/.
Add unit test cases for party API end point /parties/.
Add unit test cases for partner API end point /partners/.
Add unit test cases for authentication API end point /credentials/.
Add unit test cases for authorization API end points /authorizations/.
Add unit test cases for subscription API end points /subscriptions/.
Add warning message print for all manual test cases and when HOSTNAME is not defined in settings.py.
…ango upgrade 1.8 -> 2.2

PWL-769: Update mysql dirver engine.
PWL-769: Update code syntax by python 2to3 tool.
PWL-742: Add on_delete definition as prevent delete for ForeignKey field.
PWL-742: Removed urlresolver import since it is deprecated and not used.
PWL-742: Remove byte decorator from migration db_column value and default value.
PWL-742: Update url pattern syntax.
PWL-742: Update middleware configuration.
PWL-742: Update TEMPLATES configuration.
PWL-742: Update Rest Framework module Pagination configuration.
PWL-742: Remove deprecated module SessionAuthenticationMiddleware.
PWL-742: Replace NullBooleanField with BooleanField(null=True) as the first is likely to be deprecated in the future.
PWL-742: Update get fields method call name. Remove decode method on GET param since it is already decoded by default.
PWL-769: Fix database connector datetime field and data parsing issue by updating database configuration.
PWL-742: Wrap password hash into a function. Encode password before hashing.
PWL-742: Decode raw response from bytes to string before assert in test cases.
PWL-742: Refactor code so encode and decode method will use default charset instead of hardcoded.
PWL-742: Update all naive datetime object to be timezone aware format.
PWL-742: Update TEMPLATES configuration to add loader classes.
PWL-742: Override default configuration of django logging to prevent too many error email sent.
PWL-773: Override default setting to allow sending email in manual test cases.
Added four test cases to test validation error handling.

Clean out the useless comments
Fix incorrect test sample value bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants