Skip to content

Commit cbdedfe

Browse files
committed
allow cross-imports in whole-repo-tests
1 parent d11919f commit cbdedfe

14 files changed

+11
-1
lines changed

tooling/src/hypothesistooling/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def tags():
3737
.decode("ascii")
3838
.strip()
3939
)
40-
REPO_TESTS = ROOT / "whole-repo-tests"
40+
REPO_TESTS = ROOT / "whole_repo_tests"
4141

4242

4343
def hash_for_name(name):

whole_repo_tests/__init__.py

Whitespace-only changes.

whole-repo-tests/revealed_types.py renamed to whole_repo_tests/revealed_types.py

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# This file is part of Hypothesis, which may be found at
2+
# https://github.com/HypothesisWorks/hypothesis/
3+
#
4+
# Copyright the Hypothesis Authors.
5+
# Individual contributors are listed in AUTHORS.rst and the git log.
6+
#
7+
# This Source Code Form is subject to the terms of the Mozilla Public License,
8+
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
9+
# obtain one at https://mozilla.org/MPL/2.0/.
10+
111
NUMPY_REVEALED_TYPES = [
212
(
313
'arrays(dtype=np.dtype("int32"), shape=1)',
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)