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

Forum statistics

Threads
474,260
Messages
2,571,038
Members
48,768
Latest member
first4landlord

Latest Threads

Top