Simple Test Framework

Joined
Aug 17, 2024
Messages
11
Reaction score
0
Yall please don't hate but I published a really simple testing framework.
It's really simple to use but it helped me fix an error I have been stuck on;)
If yall want try it out: pip install mango_test_framework
Here's how to use it:
Python:
from mango_test_framework import mangostart, mangoend, summary

mangostart()
code = """
PUT THE CODE YOU WANT TO TEST HERE
"""
mangoend(code)

summary()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,879
Messages
2,569,939
Members
46,232
Latest member
DeniseMcVi

Latest Threads

Top