Files
scylladb/test/cqlpy/cassandra_tests/__init__.py
Avi Kivity 0ae22a09d4 LICENSE: Update to version 1.1
Updated terms of non-commercial use (must be a never-customer).
2026-04-12 19:46:33 +03:00

10 lines
353 B
Python

# Copyright 2020-present ScyllaDB
#
# SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
# This file is automatically imported before importing porting.py, and
# causes pytest to rewrite (i.e., improve) assert calls in utility
# functions in porting.py.
import pytest
pytest.register_assert_rewrite("test.cqlpy.cassandra_tests.porting")