Skip to content

Commit a48f5cd

Browse files
committed
Removing test_select_caster_alt completely.
For full background see: #3931 TL;DR: The work under PR #3931 made it obvious that test_select_caster_alt was too simple for deriving meaningful conclusions.
1 parent 38fdea3 commit a48f5cd

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
lines changed

tests/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ set(PYBIND11_TEST_FILES
149149
test_pickling
150150
test_pytypes
151151
test_select_caster
152-
test_select_caster_alt
153152
test_sequences_and_iterators
154153
test_smart_ptr
155154
test_stl

tests/test_select_caster.py

-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pytest
22

33
from pybind11_tests import select_caster as m
4-
from pybind11_tests import select_caster_alt as m_alt
54

65

76
def test_mock_casters():
@@ -10,10 +9,6 @@ def test_mock_casters():
109
assert m.unnamed_ns_num() == 303
1110

1211

13-
def test_mock_casters_alt():
14-
assert m_alt.have_a_ns_num() == 121
15-
16-
1712
def test_minimal_real_caster():
1813
assert m.mrc_return() == 1505
1914
assert m.mrc_arg("ignored") == 2404

tests/test_select_caster_alt.cpp

-19
This file was deleted.

tests/test_select_caster_alt.py

-5
This file was deleted.

0 commit comments

Comments
 (0)