simple-framework / simple_grid_yaml_compiler

Generates the extended YAML output for an input site_level_configuration_file
Apache License 2.0
0 stars 9 forks source link

Add test for lexemes #30

Closed michiboo closed 4 years ago

michiboo commented 5 years ago

Hi, I add test for both get_repo_list and parse_for_variable_hierarchies function in lexemes.

In additional I removed an unused export line in lexmes.py and add a conditional checking for CommentedSeq and CommentedMap as one is list and another dictionary.

and Yes I am looking to apply GSOC with you guys! :)

Thanks!

maany commented 5 years ago

Hey, I'll review and test this by tomorrow morning. Thanks for the PR 👍

michiboo commented 5 years ago

Hi the required changes are made! :)