File: test_root.py

package info (click to toggle)
at-spi2-core 2.57.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,140 kB
  • sloc: ansic: 44,803; xml: 1,480; python: 387; sh: 239; makefile: 28; javascript: 13
file content (7 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
import pytest
import dbus

from utils import check_unknown_property_yields_error

def test_root_property_on_invalid_interface(registry_root, session_manager):
    check_unknown_property_yields_error(registry_root, 'this.is.not.a.supported.interface')