(empty_environ)
| 89 | |
| 90 | |
| 91 | def test_pathname_prefix_environ_requests(empty_environ): |
| 92 | os.environ["DASH_REQUESTS_PATHNAME_PREFIX"] = "/requests/" |
| 93 | _, _, req = pathname_configs() |
| 94 | assert req == "/requests/" |
| 95 | |
| 96 | |
| 97 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected
searching dependent graphs…