mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-13 13:51:53 +00:00
96996b79e301af4cb6e3efa30fc31a374194d34c
* Support argon2id password hash algo * CI install argon2 deps * Go support argonid algo * RPC add pwd_hash_algo and pwd_hash_params * Support password hash algo * Don't set magic when pwd_hash is set * Fix ci error --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
…
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
Languages
C
76.4%
Go
12.6%
Python
9%
M4
1%
Vala
0.5%
Other
0.5%