mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-22 22:20:07 +08:00

### What problem does this PR solve? Add tests for frontend API ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: liuhua <10215101452@stu.ecun.edu.cn>
3 lines
111 B
Python
3 lines
111 B
Python
def test_get_email(get_email):
|
|
print(f"\nEmail account:",flush=True)
|
|
print(f"{get_email}\n",flush=True) |