Skip to content

0.1.4#42

Merged
tchellomello merged 14 commits into
masterfrom
dev
Apr 30, 2017
Merged

0.1.4#42
tchellomello merged 14 commits into
masterfrom
dev

Conversation

@tchellomello

Copy link
Copy Markdown
Member
  • Rebasing dev to master
  • Added contributing guide
  • Handle pickle exceptions

* Make session token reusable across multiple object instances via cache file.
With this patch, we can have more than one Ring object pointing to the same cache file
to share credentials to avoid multiple authentications.

* Added unittest for utils.py

* Make sure if a different username is used, a new cache should be initialized.
* Cleaning up tests using tearDown() method

* Increased coverage tests
Comment thread tests/test_ring_utils.py Outdated
if sys.version_info.major == 2:
self.assertRaises(TypeError, _read_cache, True)
else:
self.assertRaises(OSError, _read_cache, True) 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.

no newline at end of file

Comment thread tests/test_ring_utils.py Outdated
self.assertRaises(TypeError, _read_cache, True)
else:
self.assertRaises(OSError, _read_cache, True)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

blank line at end of file
blank line contains whitespace

@coveralls

coveralls commented Apr 30, 2017

Copy link
Copy Markdown

Coverage Status

Coverage increased (+10.4%) to 100.0% when pulling 5b574b1 on dev into a3f1ccd on master.

1 similar comment
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage increased (+10.4%) to 100.0% when pulling 5b574b1 on dev into a3f1ccd on master.

@coveralls

coveralls commented Apr 30, 2017

Copy link
Copy Markdown

Coverage Status

Coverage increased (+10.4%) to 100.0% when pulling d2ffc1a on dev into a3f1ccd on master.

@coveralls

coveralls commented Apr 30, 2017

Copy link
Copy Markdown

Coverage Status

Coverage increased (+10.4%) to 100.0% when pulling 42f6664 on dev into a3f1ccd on master.

@tchellomello tchellomello merged commit 00270f6 into master Apr 30, 2017
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants