Skip to content

Commit

Permalink
Rename some test modules
Browse files Browse the repository at this point in the history
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 #100
  • Loading branch information
Tyler Goodlet committed May 22, 2018
1 parent cab120f commit 4c19d8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.

0 comments on commit 4c19d8d

Please sign in to comment.