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

File storage tests #7

Merged
merged 3 commits into from Oct 7, 2014
Merged

Conversation

jirikuncar
Copy link
Contributor

Signed-off-by: Jiri Kuncar jiri.kuncar@cern.ch

@jirikuncar
Copy link
Contributor Author

@klen getting closer to 100% test coverage ;)

$ py.test --cov flask_collect --cov-report=term-missing
============ test session starts ============
platform darwin -- Python 2.7.5 -- py-1.4.25 -- pytest-2.6.3
plugins: cov
collected 4 items 

tests/test_collect.py ....
-------- coverage: platform darwin, python 2.7.5-final-0 --------
Name                             Stmts   Miss  Cover   Missing
--------------------------------------------------------------
flask_collect/__init__               6      0   100%   
flask_collect/collect               34      5    85%   47, 63, 89-93
flask_collect/storage/__init__       0      0   100%   
flask_collect/storage/base          20      0   100%   
flask_collect/storage/file          19      0   100%   
flask_collect/storage/link          26      0   100%   
flask_collect/storage/test           4      0   100%   
--------------------------------------------------------------
TOTAL                              109      5    95%   

============ 4 passed in 0.29 seconds ============

Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
@coveralls
Copy link

Coverage Status

Coverage increased (+21.87%) when pulling 2ab2c58 on jirikuncar:tests-and-improvements into 9f080dc on klen:master.

klen added a commit that referenced this pull request Oct 7, 2014
@klen klen merged commit ecd3e59 into klen:master Oct 7, 2014
@klen
Copy link
Owner

klen commented Oct 7, 2014

Looks pretty well. Thank you a lot!

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.

None yet

3 participants