-
Notifications
You must be signed in to change notification settings - Fork 14
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
async / await & testing #72
Merged
Merged
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 handlers for 404 and 500 errors
* Add SQLite & database stubbing * Add client & request testing * Add StubRedis * Cleanup * Add SeedDatabase command * Add assertEmpty and clean up bool field parsing * Fix optional issue * Swift 5.5 compatible * Add variadic parameters to middleware * macOS 12 only * Update response debug description * Add Plot & partial papyrus test coverage * Refactor Client for testability * Finalize Client mocking and Papyrus tests * Add folders * Application tests & routing cleanup * Request & Scheduler tests * Env & Scheduler tests * Response tests * WIP * SQLValue, SQLRow, some Driver tests * Update * Use OrderedCollections * Wrap SQLite and MySQL row tests * Column * SQL to variable * SQLConvertible conformance * Cleanup Query * Refactor Grammar * Remove OrderedDictionary * Remove insert and return hack * Start Query tests and some Equatable conformance * Full Query coverage * Many tests * Lots of coverage * Command and StaticFileMiddleware tests * Seeder, Auth & Configurable tests * Some Server tests and additional Queue tests * Clean up main & tweak config acess * CORSMiddleware tests * Relationship tests * More Command & additional Database Tests * Add misc tests
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.
[WIP] opening a PR to get CI running.
Update: The migration is complete, however I'll be waiting to merge until
@available
s.