ClickHouse/tests/integration/test_allowed_client_hosts
Azat Khuzhin 2fce2b21a8 Use pytest.raises(match=) in test_allowed_client_hosts
Since pytest.raises() produces excinfo not exception, hence at least
str(excinfo.value) should be used to match the exception message.
2020-09-15 01:36:28 +03:00
..
configs/users.d Enable access management by default for all integration tests. 2020-04-09 10:22:51 +03:00
__init__.py Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
test.py Use pytest.raises(match=) in test_allowed_client_hosts 2020-09-15 01:36:28 +03:00