/
niceSOFT
/
python3-py
Обзор
Документация
Войти
/
niceSOFT
/
python3-py
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.5.4
testing/root/test_std.py
12 строк
270 B
holger krekel
move test files out of py lib proper
06 сен 2009, 18:59
06 сен 2009, 18:59
c8119d8
Код
Авторство
О чём код?
import py def test_os(): import os assert py.std.os is os def test_import_error_converts_to_attributeerror(): py.test.raises(AttributeError, "py.std.xyzalskdj") def test_std_gets_it(): for x in py.std.sys.modules: assert x in py.std.__dict__