[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2998: Port foolscap to Python3
Tahoe-LAFS
trac at tahoe-lafs.org
Mon Jul 22 15:30:55 UTC 2019
#2998: Port foolscap to Python3
------------------------------+-----------------------
Reporter: pythonhacker | Owner:
Type: task | Status: new
Priority: normal | Milestone: undecided
Component: code | Version: 1.12.1
Resolution: | Keywords: Python3
Launchpad Bug: |
------------------------------+-----------------------
Comment (by pythonhacker):
Yo! One milestone reached. All tests passing on test_banana.py!!!
{{{
(tahoe3) anand at anand-HP-Pavilion-
Laptop-15-cc1xx:~/projects/anvetsu/tahoe/foolscap3/src/foolscap/test
{2019-07-22 20:58:39}
$ pytest test_banana.py
========================================== test session starts
===========================================
platform linux -- Python 3.6.7, pytest-5.0.1, py-1.8.0, pluggy-0.12.0
rootdir: /home/anand/projects/anvetsu/tahoe/foolscap3
collected 115 items
test_banana.py
...................................................................................
[ 72%]
.....s..ss.......s..............
[100%]
============================================ warnings summary
============================================
test_banana.py:300
/home/anand/projects/anvetsu/tahoe/foolscap3/src/foolscap/test/test_banana.py:300:
PytestCollectionWarning: cannot collect test class 'TestTransport' because
it has a __init__ constructor (from: src/foolscap/test/test_banana.py)
class TestTransport(io.StringIO):
test_banana.py:307
/home/anand/projects/anvetsu/tahoe/foolscap3/src/foolscap/test/test_banana.py:307:
PytestCollectionWarning: cannot collect test class 'TestBytesTransport'
because it has a __init__ constructor (from:
src/foolscap/test/test_banana.py)
class TestBytesTransport(io.BytesIO):
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=========================== 111 passed, 4 skipped, 2 warnings in 0.43
seconds ============================
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2998#comment:7>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list