liuhua bf9ebda3c8
Add tests for frontend API (#3552)
### 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>
2024-11-21 15:39:25 +08:00

3 lines
111 B
Python

def test_get_email(get_email):
print(f"\nEmail account:",flush=True)
print(f"{get_email}\n",flush=True)