mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Testing framework for timeline-based tests. See pytests/helpers/timeline.md for a detailed description. Fixes #832, and lays the groundwork for #833. * Upgrade pip to most recent version before installing prerequisites on Travis.
9 lines
No EOL
261 B
Python
9 lines
No EOL
261 B
Python
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License. See LICENSE in the project root
|
|
# for license information.
|
|
|
|
__doc__ = """pytest-based ptvsd tests."""
|
|
|
|
import pytest
|
|
|
|
pytest.register_assert_rewrite('pytests.helpers') |