No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
933dfcb
... +0 ...
4b21d8a
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
560 | 560 | """Release the lock on the currently-loaded session data.""" |
|
561 | 561 | self.lock.close() |
|
562 | 562 | self.locked = False |
|
563 | - | if not self._exists(): |
|
564 | - | try: |
|
565 | - | os.unlink(self._get_file_path() + self.LOCK_SUFFIX) |
|
566 | - | except OSError: |
|
567 | - | pass |
|
568 | 563 | ||
569 | 564 | def clean_up(self): |
|
570 | 565 | """Clean up expired sessions.""" |
Learn more Showing 1 files with coverage changes found.
cherrypy/test/test_session.py
Files | Coverage |
---|---|
cherrypy | -0.03% 74.54% |
Project Totals (105 files) | 74.54% |
#1957
4b21d8a
#1957
933dfcb