mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
10 lines
353 B
Python
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")
|