Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Clean the test names of instances' properties' checks #170

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 25, 2015

  1. Ignore static operations in test_interface_of

    Static operations aren't supposed to appear on platform interface instances,
    so there are no reason to have a "Foo interface: bar() must inherit property Qux"
    for them.
    nox committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    d9ac520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223ed19 View commit details
    Browse the repository at this point in the history
  3. Properly test instance properties for operations

    They might be overloaded and thus we should test them only once, instead
    of including the member's index in the test name to avoid dupes.
    nox committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    b4f83c8 View commit details
    Browse the repository at this point in the history