Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
nexedi
cython
ebac17d8fbba0fd107fdbe2d65e2ddded2facaee
ebac17d8fbba0fd107fdbe2d65e2ddded2facaee
Switch branch/tag
cython
tests
run
strconstinclass.pyx
Find file
Normal view
History
Permalink
strconstinclass.pyx
81 Bytes
Edit
Web IDE
Newer
Older
tons of fixes for the test suite: docstrings must be unicode strings to run in...
1e7a8d0c
Stefan Behnel
committed
May 14, 2008
1
__doc__ = u"""
loads of doctests
78df7dc4
Stefan Behnel
committed
Jan 01, 2008
2
>>> c = C()
more test fixes
cf9b9b59
Stefan Behnel
committed
May 16, 2008
3
>>> c.x
split BytesNode, UnicodeNode and StringNode
04f8cc68
Stefan Behnel
committed
Oct 10, 2009
4
'foo'
loads of doctests
78df7dc4
Stefan Behnel
committed
Jan 01, 2008
5
6
"""
collection of regression tests (based on Greg's test suite)
0d5c9ae9
Stefan Behnel
committed
Dec 31, 2007
7
8
class C:
x = "foo"