test_ok2/testing/code
Daniel Hahler 61f2a26675 Code/getfslineno: keep empty co_filename
Previously this would be turned via `py.path.local("")` into the current
working directory.

This appears to be what `fspath = fn and py.path.local(fn) or None`
tries to avoid in `getfslineno`'s `TypeError` handling already, if
`Code` would raise it.
2020-02-03 19:09:08 +01:00
..
test_code.py tests: move test_getfslineno back 2020-01-29 23:47:39 +01:00
test_excinfo.py tests: fix test_repr_traceback_with_invalid_cwd 2020-01-24 12:52:12 +01:00
test_source.py Code/getfslineno: keep empty co_filename 2020-02-03 19:09:08 +01:00