Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: siddhi/test_driven_python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chapter-8
Choose a base ref
...
head repository: siddhi/test_driven_python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 25, 2015

  1. Removed nose2 specific tests

    Siddharta Govindaraj committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    2799282 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2015

  1. Creating a basic test suite

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    386e11b View commit details
    Browse the repository at this point in the history
  2. Using a test loader

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    3cdd2c6 View commit details
    Browse the repository at this point in the history
  3. Using the load_tests protocol

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    8f953ab View commit details
    Browse the repository at this point in the history
  4. Skipping tests

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    a5b2011 View commit details
    Browse the repository at this point in the history
  5. Conditionally skipping tests

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    5da0924 View commit details
    Browse the repository at this point in the history
  6. Writing a custom test loader to load tests by attribute

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    780d5a1 View commit details
    Browse the repository at this point in the history
  7. Expected failure

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    8115678 View commit details
    Browse the repository at this point in the history
  8. Data driven tests with subTest

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    6003513 View commit details
    Browse the repository at this point in the history
  9. Implementing a spy

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    21f8b99 View commit details
    Browse the repository at this point in the history
  10. Validating a sequence of calls across different objects

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    5d10c46 View commit details
    Browse the repository at this point in the history
  11. Strictly asserting a sequence of calls

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    cfab237 View commit details
    Browse the repository at this point in the history
  12. Mocking the open function

    Siddharta Govindaraj committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    9d466f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Configuration menu
    Copy the full SHA
    76b9873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    751e204 View commit details
    Browse the repository at this point in the history
Loading