Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r59741:126c5c9e832a Date: 2013-01-05 18:24 +0100 http://bitbucket.org/pypy/pypy/changeset/126c5c9e832a/
Log: Oups, forgot to remove the test file of this too. diff --git a/pypy/tool/release/test/test_make_release.py b/pypy/tool/release/test/test_make_release.py deleted file mode 100644 --- a/pypy/tool/release/test/test_make_release.py +++ /dev/null @@ -1,11 +0,0 @@ - -import py -from pypy.tool.release.make_release import browse_nightly - -XML = py.path.local(__file__).join('..', 'nightly.xml').read() - -def test_browse_nightly(): - res = browse_nightly('branch', override_xml=XML) - assert res[('jit', 'linux')] == (40170, 'pypy-c-jit-40170-c407c9dc5382-linux.tar.bz2') - assert len(res) == 6 - assert res[('nojit', 'linux64')] == (40170, 'pypy-c-nojit-40170-c407c9dc5382-linux64.tar.bz2') _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit