Beispiel #1
0
def test_get_full_path():
    path = "procrastinate.utils.get_full_path"
    # Calling the function on itself
    assert utils.get_full_path(utils.get_full_path) == path
Beispiel #2
0
 def full_path(self) -> str:
     return utils.get_full_path(self.func)