Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 1.95 KB

File metadata and controls

32 lines (32 loc) · 1.95 KB
  • 20220725 add pytest coverage()
  • 20220725 add setter getter for spek_hsh()
  • 20220725 add setter getter for template_lib()
  • 20220725 add test for valid()
  • 20220725 add test for checks()
  • 20220725 add test for list_missing()
  • 20220726 add test for load_ext_templates()
  • 20220726 add test for load_ext_templates_rdf()
  • 20220726 add method load_ext_templates_rdf()
  • 20220726 add test to read doap.nt file
  • 20220726 add method self.merge_external_templates()
  • 20220726 refactor self.merge_external_templates() and correct the error
  • 20220726 add method templates_rdf_to_json()
  • 20220726 add method split_by_disposition_attr()
  • 20220726 add method split_by_measure()
  • 20220730 fix bug in method split_by_disposition_attr(), must check that key exists
  • 20220726 add method split_by_comparator()
  • 20220726 add method self.regarding_measure()
  • 20220726 add method self.regarding_comparator()
  • 20220730 fix bug regarding_measure(), make static_method
  • 20220730 fix bug regarding_comparator(), make static_method
  • 20220726 add method self.make_candidate() 20220805
  • 20220726 add method generate_candidates()
  • 20220726 add method smash!()
  • 20220730 issue: in Ruby code! method merge_external_templates variable t_ids is not used! possible bug
  • 20220731 fix bug in merge_external_templates, need to accommodate optional lists [] as dict values
  • 20220802 for bug in merge_external_templates, go back and test cases in Ruby. 2&3 items with/wo arrays, 3&2 items with/wo arrays
  • 20220803 another bug fix in merge_external_templates, merging a str and a list
  • 20220803 another bug fix in merge_external_templates, merging a list and a str
  • 20220803 another bug fix in merge_external_templates, two lists with duplicate elements
  • 20220805 fixes for pylint and mypy issues
  • 20220807 add more tests for smash!()