-
Notifications
You must be signed in to change notification settings - Fork 0
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
Zharktas py3 to qld gov au wip #4
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit 009fa3a.
…neeidng to go back to nose tests
'are_some_results': are_some_results}) | ||
|
||
|
||
def make_csv_from_dicts(rows): |
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.
moved to lib.py
return csvout.read() | ||
|
||
|
||
def ensure_data_is_dicts(data): |
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.
moved to lib.py
del data['columns'] | ||
|
||
|
||
def anonymise_user_names(data, organization=None): |
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.
moved to lib.py
Shouldn't this go to |
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.
Please change target branch to develop.
Changed |
ckanext/report/report_registry.py
Outdated
# 'name': 'feedback-report', | ||
# 'option_combinations': nii_report_combinations, | ||
# 'generate': nii_report, | ||
from builtins import str |
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.
This should use six
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.
This won't currently work on Python2; it needs to use 'six' more.
- make Flake8 happy - use 'six' to improve Python 2/3 compatibility
still have lots of tests failing, can you rebase this to develop @ThrawnCA |
may need to re-introduce items which got removed from merging zharktas's work