1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 15:11:08 +00:00
feiniks 20409feb2e Fix delete device error (#575)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2022-09-05 12:29:17 +08:00
2021-12-14 17:45:05 +08:00
2022-06-16 12:36:34 +08:00
2016-08-20 15:56:59 +08:00
2021-06-09 11:03:17 +08:00
2016-08-19 13:54:16 +08:00
2021-12-04 17:16:43 +08:00
2022-09-05 12:29:17 +08:00
2020-10-27 18:06:37 +08:00
2016-08-20 15:56:59 +08:00
2018-01-16 17:10:26 +08:00
2022-05-15 19:09:44 +08:00
2018-01-16 18:19:33 +08:00
2018-01-16 17:10:26 +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.4%
Go 12.5%
Python 9.1%
M4 1%
Vala 0.5%
Other 0.5%