This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Merged
Conversation
…endencies In this commit, unit tests for mockapi serializers and login views are added to ensure proper functionality. Database model changes include addition of new columns and alteration of existing columns in 'MockAPI' model. Project dependencies are also updated with the addition of pytest. Last but not the least, login views have been updated for returning appropriate HTTP status codes and URL configurations updated.
A GitHub Actions workflow for running pytest and coverage has been added to the project. In addition, a modification to the Django model has been made to alter the "first_name" field for the "MyUser" model.
This commit adds a new model called `MockAPIResponseHandler` to the `mock` app. The model includes fields for creating and updating time, creator and updater information, condition expression, response set value expression, response set value, enabled status, and a foreign key to the `MockAPI` model. This model will be used to handle responses for mock API requests. feat(mock): add description and name fields to MockAPIResponseHandler This commit adds two new fields, `description` and `name`, to the `MockAPIResponseHandler` model in the `mock` app. The `description` field is a text field for providing a description of the response handler, and the `name` field is a character field with an index for storing the name of the response handler.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.