graphql-engine/server
Samir Talwar f566f55d02 server/pytest: Attempting to improve TestNamingConventions.
I found a couple of flaws in `TestNamingConventions` and friends:

1. We had two test cases with the same name, which means one of them
   would be overwritten. Renamed to avoid conflict.
2. The `skipif` check for
   `TestNamingConventionWithoutExperimentalFeature` seemed broken. I
   have fixed it by making it line up with its `reason`, and extracted
   some logic out into a function to avoid duplication.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4958
GitOrigin-RevId: f572d86c893135839dbaba70bf89984bc9d79331
2022-07-05 12:37:30 +00:00
..
bench-wrk server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
benchmarks ci: hide old benchmark reports for PRs with many comments 2022-02-24 20:09:17 +00:00
documentation server/postgres: test identifier uniqueness rewrite 2022-06-17 10:44:18 +00:00
src-dc-api Support composite primary keys for Data Connector [GDW-127] 2022-07-01 12:21:17 +00:00
src-emit-metadata-openapi server: initial set of DTO types for metadata 2022-06-27 16:33:31 +00:00
src-exec Monomorphize Some Hge Options 2022-07-01 03:40:46 +00:00
src-lib Restore comment mangled up by graphql-engine-mono/pull#4770 2022-07-04 16:59:59 +00:00
src-rsr server: fix indexes for MSSQL event triggers 2022-07-01 06:51:41 +00:00
src-test Make test path relative to project folder. 2022-07-04 15:45:02 +00:00
tests-dc-api Support composite primary keys for Data Connector [GDW-127] 2022-07-01 12:21:17 +00:00
tests-hspec Support composite primary keys for Data Connector [GDW-127] 2022-07-01 12:21:17 +00:00
tests-py server/pytest: Attempting to improve TestNamingConventions. 2022-07-05 12:37:30 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server: Clean up Cabal project files 2022-04-07 07:16:12 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-MACOS.md tooling: Opt-in shared tooling 2022-06-16 17:12:35 +00:00
CONTRIBUTING.md tooling: Opt-in shared tooling 2022-06-16 17:12:35 +00:00
graphql-engine.cabal server: Remove the Show instance from QErr and anything that touches it. 2022-07-01 11:48:26 +00:00
Makefile ci: misc. cleanup, naming 2022-01-03 06:26:39 +00:00
STYLE.md Nix: Use nixpkgs-fmt to format everything. 2022-06-20 13:02:45 +00:00
testing-guidelines.md server: testing guidelines 2022-03-08 09:53:27 +00:00
troubleshooting.md Create troubleshooting.md 2022-05-30 09:18:44 +00:00