Skip to content

Added integration string and unit test#2

Merged
ashmastaflash merged 4 commits intomasterfrom
develop
Dec 14, 2016
Merged

Added integration string and unit test#2
ashmastaflash merged 4 commits intomasterfrom
develop

Conversation

@eatwithforks
Copy link
Copy Markdown

No description provided.

lib/__init__.py Outdated
from lib.config_helper import ConfigHelper

__author__ = "toolbox@cloudpassage.com"
__version__ = "1.8" No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Need to add a newline at the end of the file.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

fixed

"__init__.py")).read()
rx_compiled = re.compile(r"\s*__version__\s*=\s*\"(\S+)\"")
version = rx_compiled.search(init).group(1)
return version No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Newline here, too...

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

fixed

integration_string=int_string,
user_agent=ua_string)
desired = "%s %s" % (int_string, ua_string)
assert desired == session.user_agent No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Newline...

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

fixed

@ashmastaflash
Copy link
Copy Markdown

Me gusta.

@ashmastaflash ashmastaflash merged commit 366c9aa into master Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants