~ubuntu-branches/ubuntu/quantal/python3.3/quantal-security

« back to all changes in this revision

Viewing changes to Lib/test/test_memoryview.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-08-26 23:15:00 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20120826231500-j9khd371y3tpch7o
Python 3.3.0 release candidate 1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""Unit tests for the memoryview
2
2
 
3
 
XXX We need more tests! Some tests are in test_bytes
 
3
   Some tests are in test_bytes. Many tests that require _testbuffer.ndarray
 
4
   are in test_buffer.
4
5
"""
5
6
 
6
7
import unittest