DNSaaS project
Hi, I need to create a project that provides DNSaaS.I have programmed in python, CRUD for domains, records ... How can I test if the project is doing what I have programmed,Can someone help?
Do I need the API designate?
If you have written your own DNSaaS, you don’t need Designate.
Your program always does what you programmed. The question is, does it do what you want. See, e.g., https://realpython.com/python-testing/ or https://tox.readthedocs.io/en/latest/.