mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #534] [MERGED] server: Initial stab at e2e tests #805
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#805
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/534
Author: @pixelrazor
Created: 4/7/2023
Status: ✅ Merged
Merged: 4/14/2023
Merged by: @pixelrazor
Base:
main← Head:feature/integration📝 Commits (10+)
06412fbInitial stab at tests0534eb9Reorganize and tidy up69b7e7eChange expect messagec1d22d1clippy feedbacke0987ddMore clippy fixes57b1346Partial feedback401ba17Add ldap and grapql admin user/group teste822269Clippy fixesa4a7247feedback7a4ab63Merge branch 'main' into feature/integration📊 Changes
18 files changed (+940 additions, -62 deletions)
View changed files
📝
Cargo.lock(+190 -62)📝
server/Cargo.toml(+26 -0)➕
server/tests/common/auth.rs(+27 -0)➕
server/tests/common/env.rs(+37 -0)➕
server/tests/common/fixture.rs(+240 -0)➕
server/tests/common/graphql.rs(+121 -0)➕
server/tests/common/mod.rs(+4 -0)➕
server/tests/graphql.rs(+70 -0)➕
server/tests/integrations.rs(+57 -0)➕
server/tests/ldap.rs(+112 -0)➕
server/tests/queries/add_user_to_group.graphql(+5 -0)➕
server/tests/queries/create_group.graphql(+6 -0)➕
server/tests/queries/create_user.graphql(+5 -0)➕
server/tests/queries/delete_group.graphql(+5 -0)➕
server/tests/queries/delete_user.graphql(+5 -0)➕
server/tests/queries/get_user_details.graphql(+16 -0)➕
server/tests/queries/list_groups.graphql(+9 -0)➕
server/tests/queries/list_users.graphql(+5 -0)📄 Description
Basic test for starting point. They run sequentially and generate unique users and groups. Contributes to #18
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.