MCPcopy Create free account
hub / github.com/ipython/ipython / test_trivial

Function test_trivial

IPython/testing/plugin/test_refs.py:12–14  ·  view source on GitHub ↗

A trivial passing test.

()

Source from the content-addressed store, hash-verified

10# Testing functions
11
12def test_trivial():
13 """A trivial passing test."""
14 pass
15
16def doctest_run():
17 """Test running a trivial script.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected