Write test cases for code

Assignment Help Python Programming
Reference no: EM131849607

This assignment is intended to give you practice with mock objects. You're going to write test cases for code that is supposed to operate on files packaged together. The files will be stored in compressed form, inside a zipfile which can be extracted by Python's zipfile module.

1. You are given some existing code in "bb.py". The runTest() method is deliberately undefined. Do not edit "bb.py"
2. You need to write hw3_test.py that will import the modules unittest, unittest.mock, zipfile and bb and/or parts of these modules
3. You will be mocking the following:

  • The runTest() method
  • The zipfile passed into the constructor for BBSubmission
  • This zipfile's namelist() function - you will decide what the list of filenames (strings) it should return should be

One approach is to

  • import bb

and to replace bb.BBSubmission.runTest and then create mock objects for the zipfile object and then that mock object's namelist field.

4. The test cases you need to write in "hw3_test.py" are as follows:

  • Case where findFile is called and the file is found. You can use regular assertions here as long as you mock the namelist function correctly
  • Case where findFile is called and the file is not found.
  • Case where testSubmission() is called and everything is ok - all required files are found in the zipfile, so the code should reach the call to runTest. Checking if this case is ok means:
  1. Checking if the zipfile object's extract() function was called with each of the file names (the test file and all of the src files - there should be at least one src file). Note that you will want to use assert_any_call because assert_called_with only checks the most recent call
  2. Checking if runTest has been called with the test filename
  • Case where testSubmission() is called and one of the files was not found. You need to check
  1. That a FileNotFoundError was raised
  2. That runTest was not called

Attachment:- bb.rar

Reference no: EM131849607

Questions Cloud

What exactly is a welfare program : What exactly is a welfare program? Please explain and give specifics
Has a decision been made in your case : Has a decision been made in your case? If yes, what was that decision? How many Justices voted for/against the decision?
Preferences and policy outcomes in europe : Why is there a gap between voters preferences and policy outcomes in Europe?
Is political neutrality indispensable for an efficient : Is political neutrality indispensable for an efficient bureaucracy? Why or why not? Use the civil-service system in a specific country
Write test cases for code : Write file that will import the modules unittest, unittest.mock, zipfile and bb and/or parts of these modules 3. You will be mocking the following:
The difference between traditional tax and audit services : Create a separate new matrix that summarizes the additional risk factors for this firm launching a management consultancy or legal services line.
Read human rights : What does "universality" mean in terms of human rights?
Discuss heavy haze is present in the welding area : Discuss Heavy haze is present in the welding area. Individuals wearing half-mask air-purifying respirators have full beards.
What is a quality improvement plan : Why do healthcare facilities create improvement plans? Why would you recommend the facility create and implement a QI plan?

Reviews

len1849607

2/5/2018 5:56:33 AM

Grading: (you only need to submit hw3_test.py) 20% for mocking the required objects correctly 20% for the findFile cases 40% for the testSubmission cases Style: 10% proper comments for the new code you write, explaining what the mocking is supposed to accomplish 10% for proper variable or function names for new names you are defining – have them mean something

len1849607

2/5/2018 5:56:20 AM

Homework 3 due: February 9, 11:59pm using Blackboard. (You probably don't need to zip up anything since it's likely you are doing this in one file.) This is an individual assignment. · This assignment is intended to give you practice with mock objects. You’re going to write test cases for code that is supposed to operate on files packaged together. The files will be stored in compressed form, inside a zipfile which can be extracted by Python’s zipfile module. · [If you want some hypothetical motivation for doing so, let’s say that the files are not available yet, and extracting compressed files takes time and space as well as possibly creating a mess and even security issues so you are going to mock various parts of this problem so you can do some early testing.]

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd