Skip to content
Snippets Groups Projects
Select Git revision
  • 0fdbf17bf4204ac65e10f06bc994c53840a0dcd2
  • master default protected
  • decorator-interface
  • v0.1.2 protected
  • v0.1.1 protected
  • v0.1.0 protected
  • v0.0.1.dev6 protected
  • v0.0.1.dev5 protected
  • v0.0.1.dev4 protected
  • v0.0.1.dev3 protected
  • v0.0.1.dev2 protected
  • v0.0.1.dev1 protected
  • v0.0.1.dev0 protected
13 results

test_schema_matching_rule.py

Blame
    • Julian Rother's avatar
      5abe3469
      Rewrite of schema code, change of Object interface · 5abe3469
      Julian Rother authored
      Attribute type and object class definitions are now parsed from their string
      representation. Extensible filters are now supported.
      
      Somewhat unrelated: Object.match_search and Object.get_search_result_entry
      are replaced with Object.search. Object.compare_dn and Object.match_compare
      are replaced with Object.compare.
      
      Schema and object code now has extensive unit tests.
      5abe3469
      History
      Rewrite of schema code, change of Object interface
      Julian Rother authored
      Attribute type and object class definitions are now parsed from their string
      representation. Extensible filters are now supported.
      
      Somewhat unrelated: Object.match_search and Object.get_search_result_entry
      are replaced with Object.search. Object.compare_dn and Object.match_compare
      are replaced with Object.compare.
      
      Schema and object code now has extensive unit tests.
    exceptions.py 3.63 KiB