Merge ssh://192.168.66.221/~vitor/Yap/yap-6.3
This commit is contained in:
23
CXX/_yap/tests/test_stlcontainers.py
Normal file
23
CXX/_yap/tests/test_stlcontainers.py
Normal file
@@ -0,0 +1,23 @@
|
||||
"""Tests the part of stlconverters that is accessible from Python."""
|
||||
###################
|
||||
### WARNING!!! ###
|
||||
###################
|
||||
# This file has been autogenerated
|
||||
from __future__ import print_function
|
||||
from unittest import TestCase
|
||||
import nose
|
||||
|
||||
from nose.tools import assert_equal, assert_not_equal, assert_raises, raises, \
|
||||
assert_almost_equal, assert_true, assert_false, assert_in
|
||||
|
||||
from numpy.testing import assert_array_equal, assert_array_almost_equal
|
||||
|
||||
import os
|
||||
import numpy as np
|
||||
from collections import Container, Mapping
|
||||
|
||||
from _yap import stlcontainers
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
nose.run()
|
||||
Reference in New Issue
Block a user