Last updated:
0 purchases
QuizSim 0.1
QuizSim
How to install and execute?
Just run
pip install quizsim
The following program illustrates a basic example
from quizsim import runQuiz
print(runQuiz())
How to test?
You can run the default tests using
python -m unittest
Code coverage can be obtained using Coverage.py as follows
coverage run --source=quizsim -m unittest
You can obtain a quick report on the coverage as follows
coverage report --show-missing
Whom to contact?
Please direct your queries to gpavanb1
for any questions.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.