simphony / simphony-metadata

[LEGACY] This repository contains the metadata definitions used in SimPhoNy project.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Problem: tests fail because of patching problem. #46

Closed mehdisadeghi closed 7 years ago

mehdisadeghi commented 7 years ago

Solution: patch the the missing spots.

Upon import the class definition loads once and therefore the class variables remain unchanged even after patching. This PR adds them to the patch list.

codecov-io commented 7 years ago

Current coverage is 94.82% (diff: 100%)

No coverage report found for master at e141146.

Powered by Codecov. Last update e141146...c063f4b

kitchoi commented 7 years ago

What's the status of #39? It would be so much easier if the code generator for simphony-common sits inside simphony-common.

mehdisadeghi commented 7 years ago

What's the status of #39?

Waiting in my TODO list.