-
Notifications
You must be signed in to change notification settings - Fork 1
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
kartikphoenix
wants to merge
19
commits into
release
Choose a base branch
from
docker-pythonv3
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 test case bug.
Fix incorrect test sample value bug.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.