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

Db query testing expansion part 2 #15

Merged
merged 34 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
180354f
Remove accidently persisted file
AndrewSisley Oct 20, 2021
cbab5c3
Add testing utils
AndrewSisley Oct 19, 2021
8db798e
Add simple query test utils
AndrewSisley Oct 19, 2021
d946444
Breakout simple query simple tests
AndrewSisley Oct 19, 2021
9f9e669
Breakout simple query filter tests
AndrewSisley Oct 19, 2021
94f81ae
Breakout simple query limit/offset tests
AndrewSisley Oct 20, 2021
794a1fb
Breakout simple query sort tests
AndrewSisley Oct 20, 2021
498e9f6
Breakout simple query sort plus filter tests
AndrewSisley Oct 20, 2021
88b1b2c
Remove old TestQuerySimple test
AndrewSisley Oct 20, 2021
46d0131
Add OneToOne query test utils
AndrewSisley Oct 20, 2021
2c0a455
Breakout OneToOne query simple tests
AndrewSisley Oct 20, 2021
619a114
Breakout OneToOne query filter tests
AndrewSisley Oct 20, 2021
83e5313
Breakout OneToOne query sort tests
AndrewSisley Oct 20, 2021
dd7d291
Remove old TestQueryRelationOne test
AndrewSisley Oct 20, 2021
9522a93
Add OneToMany query test utils
AndrewSisley Oct 20, 2021
d7afddf
Breakout OneToMany query simple tests
AndrewSisley Oct 20, 2021
37cd198
Breakout OneToMany query filter tests
AndrewSisley Oct 20, 2021
4302b74
Breakout OneToMany query sort plus filter tests
AndrewSisley Oct 20, 2021
0fd26fc
Breakout OneToMany query sort plus filter plus limit tests
AndrewSisley Oct 20, 2021
ebd2fc3
Remove old TestQueryRelationMany test
AndrewSisley Oct 20, 2021
58c8e91
Add simple mutation test utils
AndrewSisley Oct 21, 2021
b815a04
Breakout simple create tests
AndrewSisley Oct 21, 2021
3889813
Breakout simple update filter tests
AndrewSisley Oct 21, 2021
80ccfcf
Add complex query test utils
AndrewSisley Oct 21, 2021
a475651
Breakout Complex query simple tests
AndrewSisley Oct 21, 2021
fa2c79c
Add LatestCommits test utils
AndrewSisley Oct 21, 2021
ca295be
Breakout LatestCommits simple test
AndrewSisley Oct 21, 2021
0b925e5
Add AllCommits test utils
AndrewSisley Oct 21, 2021
f3890a7
Breakout AllCommits simple test
AndrewSisley Oct 21, 2021
a575096
Breakout simple query version tests
AndrewSisley Oct 21, 2021
4a2fd38
Add Commit test utils
AndrewSisley Oct 21, 2021
d3e4ed4
Breakout Commit simple tests
AndrewSisley Oct 21, 2021
ef268ab
Remove ported query_test infrastructure
AndrewSisley Oct 21, 2021
fd95086
Remove commented out code
AndrewSisley Oct 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 0 additions & 100 deletions db/fetcher/fetcher_test.go

This file was deleted.

Loading