1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-12-24 04:14:40 +00:00
feiniks be561a7c75 Delete LDAP codes (#791)
Co-authored-by: Heran Yang <heran.yang@seafile.com>
2025-12-18 14:27:28 +08:00
2025-07-19 10:08:32 +08:00
2025-12-18 14:27:28 +08:00
2025-12-18 14:27:28 +08:00
2025-03-19 12:00:56 +08:00
2025-12-18 14:27:28 +08:00
2025-10-15 14:46:28 +08:00
2025-12-18 14:27:28 +08:00
2025-03-19 12:00:56 +08:00
2025-12-18 14:27:28 +08:00

Seafile Server Tests

Run it locally

To run the tests, you need to install pytest first:

pip install -r ci/requirements.txt

Compile and install ccnet-server and seafile-server

cd ccnet-server
make
sudo make install

cd seafile-server
make
sudo make install

Then run the tests with

cd seafile-server
./run_tests.sh

By default the test script would try to start ccnet-server and seaf-server in /usr/local/bin, if you make install to another location, say /opt/local, run it like this:

SEAFILE_INSTALL_PREFIX=/opt/local ./run_tests.sh
Description
Mirror
Readme 18 MiB
Languages
C 76.1%
Go 12.7%
Python 9.2%
M4 1%
Vala 0.5%
Other 0.5%