Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8988509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:01:20+00:00 2026-06-15T22:01:20+00:00

I have a TestCase which uses sockets for testing purposes. As you should always

  • 0

I have a TestCase which uses sockets for testing purposes. As you should always close a socket even in the case of some error, I created a context-manager class abstracting a socket.

A test fixture would look like the following, where MyClassToTest is the actual class to test which uses the socket device internally.

with SocketContextManager() as device:
    foo = MyClassToTest(device)
    # make tests with foo

I would like to avoid having these two line repeated in each of the Test fixture, but placed consistently into setUp. But how should I do this? The following code

def setUp(self):
    with SocketContextManager() as device:
        self.foo = MyClassToTest(device)

does not work as the device will be closed at the end of setUp. Is there a way to handle the instantiation of the context manager like this, or do I have to repeat it in every test fixture?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T22:01:21+00:00Added an answer on June 15, 2026 at 10:01 pm

    According to the documentation for tearDown:

    This is called even if the test method raised an exception

    So you can just open the socket in setUp, and close it in tearDown. Even if your test case raises an exception, the socket will still be closed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a program which produces a fatal error with a testcase, and I
I am creating a traceability matrix for PRD. I have test case _id which
I have a collection testcase like this, Test Builds have many Test Case Logs
I have the following code require 'test_helper' class ApplicationControllerTest < ActionController::TestCase test should display
I have a method which uses the following lines of code: /* 1 */
How do you prevent a CakePHP 2.0 test case, which extends CakeTestCase (uses PHPUnit),
I have several TestCase classes in my django application. On some of them, I
I have an underlying class which I want to place in some code. I
I have a table which uses a background image that is 1500px wide. Since
I have a service class method in my grails porject which uses a helper

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.