File: test.py

package info (click to toggle)
memory-allocator 0.1.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 82; sh: 15; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
import cydoctest
import memory_allocator.test
import memory_allocator.memory_allocator


# The actual tests.

cydoctest.testmod(memory_allocator.test, verbose=True)
cydoctest.testmod(memory_allocator.memory_allocator, verbose=True)