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 694221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:50:04+00:00 2026-05-14T02:50:04+00:00

I am just learning how to do unit-testing. I’m on Python / nose /

  • 0

I am just learning how to do unit-testing. I’m on Python / nose / Wing IDE.

(The project that I’m writing tests for is a simulations framework, and among other things it lets you run simulations both synchronously and asynchronously, and the results of the simulation should be the same in both.)

The thing is, I want some of my tests to use simulation results that were created in other tests. For example, synchronous_test calculates a certain simulation in synchronous mode, but then I want to calculate it in asynchronous mode, and check that the results came out the same.

How do I structure this? Do I put them all in one test function, or make a separate asynchronous_test? Do I pass these objects from one test function to another?

Also, keep in mind that all these tests will run through a test generator, so I can do the tests for each of the simulation packages included with my program.

  • 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-05-14T02:50:05+00:00Added an answer on May 14, 2026 at 2:50 am

    You can add tests that need to calculate once per class to the “setup” of that class. As an example:

    from nose.tools import *
    class Test_mysim():
        def setup(self):
            self.ans = calculate_it_once()
    
        def test_sync(self):
            ans=calculate_it_sync()
            assert_equal(ans,self.ans)
    
        def test_async(self):
            ans=calculate_it_async()
            assert_equal(ans,self.ans)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 512k
  • Answers 512k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer It shouldn't be collapsing all whitespace. Try outputting it inside… May 16, 2026 at 5:42 pm
  • Editorial Team
    Editorial Team added an answer You can use document.createElement(), but it's not really way you… May 16, 2026 at 5:42 pm
  • Editorial Team
    Editorial Team added an answer Well, you can do it in O(n + m). Just… May 16, 2026 at 5:42 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

i'm just learning to put in unit testing for my asp.net mvc when i
I'm just getting started with learning about Unit testing (and TDD in general). My
I am learning about Unit Testing and want to know how to write testable
I'm currently working on a project where I'm unit testing with NUnit, mocking with
So, I just moved to new project that is built on Ruby on Rails.
I just recently started learning the Scala language and would like to do it
I’m just learning ASP.NET MVC and I’m trying to create a mock form request
Unit testing sounds great to me, but I'm not sure I should spend any
I'm just learning Haskell, so sorry if my question is stupid. I'm reading learnyouahaskell.com
I've just started learning about thread safety. This is making me code a lot

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.