You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very difficult to unit-test Gimel, because a lot of dependencies, configurations, and options are hard-coded in Gimel source code and it is almost impossible to change them or mock them. Gimel should be refactored so we can unit-test Gimel.
The text was updated successfully, but these errors were encountered:
meisam
added a commit
to meisam/gimel
that referenced
this issue
Apr 10, 2018
Making Gimel Logger a Scala trait.
Making classes/objects that need loging extend this trait.
# TODO
JSONLogger is set to None for now. It should be configurable,
preferably from log4j.properties.
Making Gimel Logger a Scala trait.
Making classes/objects that need loging extend this trait.
# TODO
JSONLogger is set to None for now. It should be configurable,
preferably from log4j.properties.
It is very difficult to unit-test Gimel, because a lot of dependencies, configurations, and options are hard-coded in Gimel source code and it is almost impossible to change them or mock them. Gimel should be refactored so we can unit-test Gimel.
The text was updated successfully, but these errors were encountered: