-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for #292 and changed filenamelimit #293
base: master
Are you sure you want to change the base?
Conversation
PR not ok? Anything I should change before merging? Please note that build fails due to other reasons, see https://travis-ci.org/WikiTeam/wikiteam/builds. |
class TestDumpgeneratorOffline(unittest.TestCase): | ||
|
||
def setUp(self): | ||
other = dict() # FIXME: get from dumpgenerator, but code base is a pre-OO mess |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for inspirational quote. Wonderful poetry that summarizes dumpgenerator.py
in a single sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hehe, sry, could not resist ;)
I was pretty discouraged after giving up to get the configuration out of dumpgenerator.py
:(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your change looks good, but the test case that you implemented does not seem to be picked up by Travis CI. Can you have a look at that?
Thanks for your feedback @Hydriz. For me it looks like the build fails due to other reasons? The PR introduces
|
I'll test this in the upcoming days. Make now any change you want me to test! |
See #292. Any comments are welcome.