mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
test: add test for PKCS1OAEP_Cipher with gmpy2 (#3760)
This commit is contained in:
@ -9,3 +9,6 @@ dev/pytest/pytest_tools.sh
|
||||
|
||||
# Workflow
|
||||
dev/pytest/pytest_workflow.sh
|
||||
|
||||
# Unit tests
|
||||
dev/pytest/pytest_unit_tests.sh
|
||||
5
dev/pytest/pytest_unit_tests.sh
Executable file
5
dev/pytest/pytest_unit_tests.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
# libs
|
||||
pytest api/tests/unit_tests/libs
|
||||
Reference in New Issue
Block a user