Skip to content
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

[tests] update travis.yml to run ui-tests #9748

Merged
merged 13 commits into from
Jul 10, 2017
Merged

Conversation

rmehta
Copy link
Member

@rmehta rmehta commented Jul 10, 2017

No description provided.

d = frappe.get_doc("Item Group", d.name)
if d.route:
clear_cache(d.route)
item_group_name = frappe.db.get_value("Item Group", d.get('name'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the fix already sent by Makarand and it is merged

daily_work_summary = frappe.get_doc('Daily Work Summary',
frappe.get_all('Daily Work Summary')[0].name)

summary = daily_work_summary.get_summary_message()

print summary
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove print statement

@frappe-pr-bot
Copy link
Collaborator

Pull Request Summary

Image or animted GIF Not Added

Please add an image or animated GIF as proof that you have manually tested this contribution. Hint: use LiceCAP to capture animated GIFs.

Test Case Not Added / Updated

Since you have changed a Python file, you must update the relevant python test case. If there is no test coverage for this code, then please add it.

Documentation not updated

Since you have changed a DocType, check if this impacts any of the documentation related to it.


Result

  • Passed: Small Pull Request

This summary was automatically generated based on this script

@rmehta
Copy link
Member Author

rmehta commented Jul 10, 2017

@nabinhait @mbauskar pls don't update this PR. Still working on it.

@rmehta rmehta merged commit 4a7b4ef into frappe:develop Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants