simple-ldap 9.0.0

A high-level LDAP client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Integration tests

Integration tests go here.
I.e. tests that actually connect to an LDAP server.
Offline tests should be kept in the source files.


## Test module layout

Generic test cases go to `client_test_cases` module. And are then called from other
testing modules. This allows reusing code between pooled and non-pooled tests.