Project

General

Profile

« Previous | Next » 

Revision f42f5c19

Added by koszko over 1 year ago

incorporate version 2 of Hydrilla JSON schemas

View differences:

tests/test_build.py
34 34

  
35 35
orig_srcdir = here / 'source-package-example'
36 36

  
37
index_text = (orig_srcdir / 'index.json').read_text()
38
index_obj = json.loads(hydrilla_util.strip_json_comments(index_text))
37
index_obj, _ = hydrilla_util.load_instance_from_file(orig_srcdir / 'index.json')
39 38

  
40 39
def read_files(*file_list):
41 40
    """

Also available in: Unified diff