Skip to content

Commit

Permalink
Removing test_select_caster_alt completely.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ralf W. Grosse-Kunstleve committed May 13, 2022
1 parent 38fdea3 commit a48f5cd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ set(PYBIND11_TEST_FILES
test_pickling
test_pytypes
test_select_caster
test_select_caster_alt
test_sequences_and_iterators
test_smart_ptr
test_stl
Expand Down
5 changes: 0 additions & 5 deletions tests/test_select_caster.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest

from pybind11_tests import select_caster as m
from pybind11_tests import select_caster_alt as m_alt


def test_mock_casters():
Expand All @@ -10,10 +9,6 @@ def test_mock_casters():
assert m.unnamed_ns_num() == 303


def test_mock_casters_alt():
assert m_alt.have_a_ns_num() == 121


def test_minimal_real_caster():
assert m.mrc_return() == 1505
assert m.mrc_arg("ignored") == 2404
Expand Down
19 changes: 0 additions & 19 deletions tests/test_select_caster_alt.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions tests/test_select_caster_alt.py

This file was deleted.

0 comments on commit a48f5cd

Please sign in to comment.