Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests reorg #153

Merged
merged 5 commits into from
May 23, 2018
Merged

Tests reorg #153

merged 5 commits into from
May 23, 2018

Commits on May 22, 2018

  1. Rename some test modules

    test_hookcaller.py:
     We're not testing "method ordering" per say, we're testing the
     general internal API and behaviour of the `_HookCaller`; its
     method ordering is the majority of its purpose, yes. There's also
     a bunch of tests in this module that don't belong.
    
    test_invocations.py:
     You can't really test the "hookrelay" (unless you're trying to test
     `getattr`). Really this module is testing the different types of hook
     "invocations" in terms of API and execution behaviour.
    
    Resolves pytest-dev#100
    Tyler Goodlet committed May 22, 2018
    Configuration menu
    Copy the full SHA
    4c19d8d View commit details
    Browse the repository at this point in the history
  2. Move hookcaller test to appropriate module

    Tyler Goodlet committed May 22, 2018
    Configuration menu
    Copy the full SHA
    32a0287 View commit details
    Browse the repository at this point in the history
  3. Move manager related tests to proper module

    Tyler Goodlet committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b093f9e View commit details
    Browse the repository at this point in the history
  4. Document the manager module

    Tyler Goodlet committed May 22, 2018
    Configuration menu
    Copy the full SHA
    8573118 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Move deprecation warnings tests to a module

    Tyler Goodlet committed May 23, 2018
    Configuration menu
    Copy the full SHA
    dbda5aa View commit details
    Browse the repository at this point in the history