• Brandon T. Willard's avatar
    Apply flake8-based style changes and use "Test"-prefix naming · 292c559c
    Brandon T. Willard 提交于
    This commit contains necessary "Test"-prefix renamings.  Some test classes
    were being automatically generated and `pytest` wouldn't pick them up unless
    they matched the correct pattern.  Plus, the naming was all over the place, so
    such changes were warranted anyway.
    
    There were also some `pytest` constructor issues causing test classes to be
    ignored.  In those cases, `setup_method` was used instead of `__init__`.
    292c559c
名称
最后提交
最后更新
..
__init__.py 正在载入提交数据...
breakpoint.py 正在载入提交数据...
disturb_mem.py 正在载入提交数据...
diverse_tests.py 正在载入提交数据...
main.py 正在载入提交数据...
record.py 正在载入提交数据...
run_tests_in_batch.py 正在载入提交数据...
test_2nd_order_grads.py 正在载入提交数据...
test_breakpoint.py 正在载入提交数据...
test_config.py 正在载入提交数据...
test_determinism.py 正在载入提交数据...
test_dictionary_output.py 正在载入提交数据...
test_flake8.py 正在载入提交数据...
test_gradient.py 正在载入提交数据...
test_ifelse.py 正在载入提交数据...
test_pickle_unpickle_theano_fn.py 正在载入提交数据...
test_printing.py 正在载入提交数据...
test_record.py 正在载入提交数据...
test_rop.py 正在载入提交数据...
test_updates.py 正在载入提交数据...
unittest_tools.py 正在载入提交数据...