index
:
delta/python-packages/testtools.git
dont-run-sphinx-on-3.3
gh-pages
interfaces
json-text
master
mypy
readthedocs-twisted
remove-test-dependency-on-twisted-13
resourced-to-stream-decorator
typo-flexability
github.com: testing-cabal/testtools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testtools
/
tests
/
test_content.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade asserts with teyit for Python 3.11 compatibility
Hugo van Kemenade
2022-02-07
1
-1
/
+1
*
Upgrade Python syntax with pyupgrade --py3-plus
Hugo
2020-01-18
1
-2
/
+2
*
Remove redundant Python 2 compatability code
Hugo
2020-01-18
1
-16
/
+11
*
Overhaul exception reporting.
Robert Collins
2015-03-10
1
-4
/
+0
*
Make text_content more explicit about the types that it accepts.
Thomi Richards
2014-10-16
1
-0
/
+11
*
Raise a TypeError when text_content is passed bytes, so we get an error as ea...
Thomi Richards
2014-05-16
1
-1
/
+7
*
Add testtools.StacktraceContent.
Thomi Richards
2013-11-26
1
-0
/
+28
*
Add StackLinesContent, reimplement TracebackContent to use this new class.
Thomi Richards
2013-10-25
1
-0
/
+44
*
Restore test suite compatability with Python 3.x.
Robert Collins
2012-12-17
1
-9
/
+9
*
* ``content_from_file`` and ``content_from_stream`` now accept seek_offset and
Robert Collins
2012-12-11
1
-0
/
+35
*
Fix json_content helper on pythons with a unicode native str type
Martin
2012-07-27
1
-1
/
+1
*
Add a JSON content type.
Jonathan Lange
2012-07-13
1
-3
/
+2
*
Add a json_content helper.
Jonathan Lange
2012-07-13
1
-0
/
+9
*
Copyright. Flakes
Jonathan Lange
2012-02-04
1
-1
/
+1
*
Add as_text, a content helper.
Jonathan Lange
2012-02-04
1
-0
/
+6
*
Close files properly in test_from_stream_eager_loading
Martin
2011-12-21
1
-1
/
+2
*
Refix various problems that broke Python 3 support
Martin
2011-04-21
1
-10
/
+14
*
Tweaks for Jono's consideration.
Robert Collins
2011-02-19
1
-3
/
+3
*
More tests for attach_file, make lazy read work.
Jonathan Lange
2011-02-01
1
-5
/
+48
*
read_now => lazy_read, as per review.
Jonathan Lange
2011-02-01
1
-2
/
+2
*
Change the order of parameters to attach_file
Jonathan Lange
2011-02-01
1
-1
/
+1
*
Move attachFile from TestCase to be a standalone function.
Jonathan Lange
2011-02-01
1
-0
/
+17
*
Move Content.from_stream to be content_from_stream
Jonathan Lange
2011-02-01
1
-7
/
+9
*
Delete from_text.
Jonathan Lange
2011-02-01
1
-9
/
+1
*
Copyright bump
Jonathan Lange
2011-02-01
1
-1
/
+1
*
Merge trunk.
Jonathan Lange
2011-02-01
1
-1
/
+1
|
\
|
*
Get it right.
Jonathan Lange
2011-01-22
1
-1
/
+1
*
|
Add eager loading options to from_file and from_stream
Jonathan Lange
2010-12-29
1
-0
/
+20
*
|
More documentation.
Jonathan Lange
2010-12-29
1
-0
/
+7
*
|
Basic convenience method for reading content from a file.
Jonathan Lange
2010-12-29
1
-0
/
+16
*
|
Make it a classmethod, and make text_content one too.
Jonathan Lange
2010-12-29
1
-15
/
+16
*
|
Add a `stream_content` helper.
Jonathan Lange
2010-12-29
1
-4
/
+34
*
|
PEP 8.
Jonathan Lange
2010-12-29
1
-6
/
+7
|
/
*
More Python 3 fixes
Jonathan Lange
2010-11-18
1
-6
/
+13
|
\
|
*
Make sure a byte string is used to join iterated bytes in Content obejcts
Martin
2010-11-16
1
-6
/
+13
*
|
Clearer variable name in test code.
Robert Collins
2010-11-11
1
-6
/
+7
*
|
Convert assertRaises usage to assertThat.
Robert Collins
2010-11-11
1
-6
/
+11
|
/
*
Add a convenience function for string content.
Jonathan Lange
2010-10-28
1
-2
/
+10
*
Merge trunk, bump copyright.
Jonathan Lange
2010-07-30
1
-2
/
+2
|
\
|
*
Move most of utils module to compat and put iterate_tests in testsuite module
Martin
2010-06-18
1
-1
/
+1
|
*
Revert no longer needed cosmetic changes to test_content
Martin
2010-06-15
1
-3
/
+3
|
*
Changes to make tests work on Python 3, and a short term hack to make output ...
Martin
2010-06-14
1
-3
/
+3
*
|
Use testtools for running these tests.
Jonathan Lange
2010-07-29
1
-7
/
+8
|
/
*
Lots of little coding cleanups
Jonathan Lange
2009-12-31
1
-6
/
+6
*
Review feedback.
Robert Collins
2009-12-07
1
-10
/
+10
*
Merge Benjamin Peterson's Python 3 support patch.
Robert Collins
2009-12-01
1
-7
/
+8
|
\
|
*
add a sample non-empty exc-info
Benjamin Peterson
2009-11-29
1
-6
/
+3
|
*
fix traceback Content and add a _b() fake literal
Benjamin Peterson
2009-11-29
1
-4
/
+7
|
*
add a _u function to imitate unicode literals on python3
Benjamin Peterson
2009-11-29
1
-3
/
+4
*
|
Make TracebackContent suitable for py3k porting.
Robert Collins
2009-11-30
1
-1
/
+1
|
/
[next]