1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-01 15:36:37 +00:00
Jiaqiang Xu cf4e65b01f Merge pull request #307 from haiwen/fix_check_quota
Remove quota check for dtable@seafile
2019-12-18 16:27:30 +08:00
2019-10-22 19:53:25 -07:00
2019-11-22 17:45:24 -08:00
2016-08-20 15:56:59 +08:00
2019-07-25 12:08:00 +08:00
2019-11-17 21:21:28 -08:00
2019-09-09 12:15:20 +08:00
2016-08-19 13:54:16 +08:00
2019-11-17 21:21:28 -08:00
2019-10-22 19:53:25 -07:00
2018-01-16 17:10:26 +08:00
2019-08-07 19:29:08 +08:00
2016-08-20 15:56:59 +08:00
2018-01-16 17:10:26 +08:00
2016-09-17 13:34:15 +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%