Question
PYTHON PROGRAMMING ONLY PLEASE NEED HELP In this assignment, you will create a simple module and create some tests for the module. 1. Pick name
PYTHON PROGRAMMING ONLY PLEASE NEED HELP
In this assignment, you will create a simple module and create some tests for the module.
1. Pick name for your module and create a directory for it.
2. Create two .py files in the module/package. Use your discretion for the names.
3. In each of the files in your package, create a function that takes some sort of input and returns some sort of output. The functions can be very simple.
4. Create a main.py file that imports the module and calls each of the functions.
5. Create a test.py file that tests each of the functions you made. Only one test case per function is needed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started