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

ivancoff patch 2 #3

Closed
wants to merge 15 commits into from
Closed

Conversation

ivancoff
Copy link

@ivancoff ivancoff commented Nov 4, 2018

hi, here it is last version of the test

Run this script for testing FileLock module.
Algorithm is follow:
1) script created file in current folder
2) trying to lock file
3) checking that file is locked
4) trying to read
5) checking that file is locked
6) trying to write
7) checking that file is locked
8) try to unlock file
9) checking that file is not locked
10) trying to read
11) checking that file is not locked
12) trying to write
13) checking that file is not locked
echo 'done' and exit
update unit test
@coveralls
Copy link

coveralls commented Nov 4, 2018

Pull Request Test Coverage Report for Build 16

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+100.0%) to 100.0%

Totals Coverage Status
Change from base Build 2: 100.0%
Covered Lines: 19
Relevant Lines: 19

💛 - Coveralls

@ivancoff
Copy link
Author

ivancoff commented Nov 4, 2018

Sorry fo so many commits, i 'll figure out how to send some of them only

@ivancoff ivancoff closed this Nov 8, 2018
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.

2 participants