-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add import test for layer ldap (#285)
- Loading branch information
1 parent
11f37c8
commit 2aa4cae
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
integration_tests/0001_test_import_ldap/.layerapi2_dependencies
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ldap@mfadmin |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import aiofiles | ||
import anyio | ||
import aredis | ||
import ratelimit | ||
import asgiref | ||
import async_timeout | ||
import cachetools | ||
import fastapi | ||
import filelock | ||
import h11 | ||
import ldap | ||
import pyasn1 | ||
import pyasn1_modules | ||
import pydantic | ||
import multipart | ||
import redis | ||
import sniffio | ||
import starlette | ||
import structlog | ||
import uvicorn | ||
|
4 changes: 4 additions & 0 deletions
4
integration_tests/0001_test_import_ldap/test_import_python3.sh
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
# Separated test for python3_circus layer | ||
|
||
python import_python3.py |