Skip to content

Commit

Permalink
test: add import test for layer ldap (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Feb 16, 2024
1 parent 11f37c8 commit 2aa4cae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ldap@mfadmin
21 changes: 21 additions & 0 deletions integration_tests/0001_test_import_ldap/import_python3.py
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

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

0 comments on commit 2aa4cae

Please sign in to comment.