Updated list of suppported platforms#50
Updated list of suppported platforms#50whatevergeek wants to merge 2 commits intoDataKind-SG:masterfrom
Conversation
Trello Integration now works on both Android and Windows Platforms.
oliverxchen
left a comment
There was a problem hiding this comment.
In what's app, you mentioned that it works in windows only with the following change:
import sys, os myPath = os.path.dirname(os.path.abspath(_file_)) sys.path.insert(0, myPath + '/../')
What problem does this fix? The user root path for finding .tddc_config.yml? Or something else? Let's fix that before saying it works :)
|
if we don't put that code in the test script... feel free to let me know if you need further details :-) On Mon, Sep 26, 2016 at 10:24 PM, oliverxchen notifications@github.com
|
|
Ah, I think I understand now. I believe that issue was resolved in this PR: #43 Can you try to fetch upstream to get the newest version of master? If that works without your fix, then I'll merge this PR. Thanks! |
|
just noting these few observations:
Not sure if this matters. One can always add it to the path or wrap it in a powershell function like this: feel free to let me know if any further actions needed. :-) |
|
Yep, I haven't published those changes to PyPI. You can see how far behind PyPI is (if at all) relative to the master branch here: https://github.com/DataKind-SG/test-driven-data-cleaning/releases Looks good, but just a reminder that those 3 tests aren't the tests for the project, they're the generated tests for the sample data set. The tests for the project are here: https://github.com/DataKind-SG/test-driven-data-cleaning/tree/master/tddc/tests There's a super simple bash script in the |


Trello Integration now works on both Android and Windows Platforms.