-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Added test database docs for running tests locally #5539
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
Merged
Merged
Conversation
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
Codecov Report
@@ Coverage Diff @@
## development #5539 +/- ##
==============================================
Coverage ? 63.21%
==============================================
Files ? 265
Lines ? 12733
Branches ? 0
==============================================
Hits ? 8049
Misses ? 4684
Partials ? 0Continue to review full report at Codecov.
|
abhinavk96
approved these changes
Jan 28, 2019
mrsaicharan1
added a commit
to mrsaicharan1/open-event-server
that referenced
this pull request
Jan 29, 2019
* Added package in local installation docs * Added test for authentication * Added docstring for auth test * Unused modules of auth test removed * Changed module import style * test exception handled * User import * Whitespace commit * Add test database instructions * Update local.md * Export csv support for sessions * removed unused packages * continuation line indent' * removed test doc commmit to separate PR * Added test database docs * Added instructions for test database docs
mrsaicharan1
added a commit
to mrsaicharan1/open-event-server
that referenced
this pull request
Jan 30, 2019
removed unnecessary import Add seed data for custom placeholders (fossasia#5533) Disable registrat constraint to update attendees (fossasia#5544) Frontend follows a flow where non registrar user has to edit an attendee while placing an order. remove marketer and service fee constraints Currently, the APIs are not functioning correctly with these intricate configurations. docs(api): Remove unused line no 24100 in API blueprint (fossasia#5541) Orders API: Remove verified user constraint (fossasia#5548) Lax permissions to view discount codes (fossasia#5551) Read from environment variables when creating the super admin user Added test database docs for running tests locally (fossasia#5539) * Added package in local installation docs * Added test for authentication * Added docstring for auth test * Unused modules of auth test removed * Changed module import style * test exception handled * User import * Whitespace commit * Add test database instructions * Update local.md * Export csv support for sessions * removed unused packages * continuation line indent' * removed test doc commmit to separate PR * Added test database docs * Added instructions for test database docs
mrsaicharan1
pushed a commit
to mrsaicharan1/open-event-server
that referenced
this pull request
Jan 30, 2019
…ia#5512) Added package in local installation docs Added test for authentication Added docstring for auth test Unused modules of auth test removed Added package in local installation docs (fossasia#5515) Changed module import style test exception handled User import Whitespace commit Export csv support for sessions Add test database instructions Update local.md Added test for authentication (fossasia#5517) * Added package in local installation docs * Added test for authentication * Added docstring for auth test * Unused modules of auth test removed * Changed module import style * test exception handled * User import * Whitespace commit Remove authorisation constraint for discount and access code list Fix Admin Sales Api (fossasia#5528) Add hooks for admin statistics (fossasia#5530) removed unused packages continuation line indent' removed test doc commmit to separate PR Removed redundant print statement Add seed data for custom placeholders (fossasia#5533) Disable registrat constraint to update attendees (fossasia#5544) Frontend follows a flow where non registrar user has to edit an attendee while placing an order. remove marketer and service fee constraints Currently, the APIs are not functioning correctly with these intricate configurations. docs(api): Remove unused line no 24100 in API blueprint (fossasia#5541) Orders API: Remove verified user constraint (fossasia#5548) Lax permissions to view discount codes (fossasia#5551) Read from environment variables when creating the super admin user Added test database docs for running tests locally (fossasia#5539) * Added package in local installation docs * Added test for authentication * Added docstring for auth test * Unused modules of auth test removed * Changed module import style * test exception handled * User import * Whitespace commit * Add test database instructions * Update local.md * Export csv support for sessions * removed unused packages * continuation line indent' * removed test doc commmit to separate PR * Added test database docs * Added instructions for test database docs Removed stream response removed unnecessary import Add seed data for custom placeholders (fossasia#5533) Disable registrat constraint to update attendees (fossasia#5544) Frontend follows a flow where non registrar user has to edit an attendee while placing an order. remove marketer and service fee constraints Currently, the APIs are not functioning correctly with these intricate configurations. docs(api): Remove unused line no 24100 in API blueprint (fossasia#5541) Orders API: Remove verified user constraint (fossasia#5548) Lax permissions to view discount codes (fossasia#5551) Read from environment variables when creating the super admin user Added test database docs Added fields for csv export sessions
mrsaicharan1
added a commit
to mrsaicharan1/open-event-server
that referenced
this pull request
Jan 30, 2019
* Added package in local installation docs * Added test for authentication * Added docstring for auth test * Unused modules of auth test removed * Changed module import style * test exception handled * User import * Whitespace commit * Add test database instructions * Update local.md * Export csv support for sessions * removed unused packages * continuation line indent' * removed test doc commmit to separate PR * Added test database docs * Added instructions for test database docs
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.
Fixes #5538
Checklist
developmentbranch.Short description of what this resolves:
Added documentation on how to create the opev_test database from existing oevent database.
Changes proposed in this pull request: