A trivial passing test.
()
| 10 | # Testing functions |
| 11 | |
| 12 | def test_trivial(): |
| 13 | """A trivial passing test.""" |
| 14 | pass |
| 15 | |
| 16 | def doctest_run(): |
| 17 | """Test running a trivial script. |
nothing calls this directly
no outgoing calls
no test coverage detected