mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Update cherrpy to 17.4.2
This commit is contained in:
parent
f28e741ad7
commit
4d6279a626
131 changed files with 15864 additions and 10389 deletions
14
lib/cherrypy/test/test_plugins.py
Normal file
14
lib/cherrypy/test/test_plugins.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
from cherrypy.process import plugins
|
||||
|
||||
|
||||
__metaclass__ = type
|
||||
|
||||
|
||||
class TestAutoreloader:
|
||||
def test_file_for_file_module_when_None(self):
|
||||
"""No error when module.__file__ is None.
|
||||
"""
|
||||
class test_module:
|
||||
__file__ = None
|
||||
|
||||
assert plugins.Autoreloader._file_for_file_module(test_module) is None
|
Loading…
Add table
Add a link
Reference in a new issue