How to build a system that automatically tests the api interface every day

I have a django rest framework project that has some API interfaces exposed to users. Now we need to automatically test the correctness of these interfaces every day. Is there any way to do this?


this method is too many
1. You write a script in Python, quote the request module, initiate a request, get a response, determine whether it is correct, and then write the script as a scheduled task
2. Can be implemented in other languages, shell+curl,nodejs can do


the focus of the problem is daily automatic testing
that's a scheduled task.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30611-2bd03.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30611-2bd03.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?