issues Search Results · repo:testing-cabal/testtools language:Python
Filter by
114 results
(137 ms)114 results
intesting-cabal/testtools (press backspace or delete to remove)Recent versions of standard Python s unittest module support TestCase.assertRaises being a context manager (with just
one argument).
for compatibility, testtools should support the same.
jelmer
- Opened on Jun 16
- #442
Hi,
While attempt to refresh testtols in Guix index I noticed it s still failing with 7 errors in tests:
/gnu/store/v0anxayz3cw8a8s5ib754d97kx20g9k3-python-setuptools-67.6.1/lib/python3.11/site-packages/pkg_resources/__init__.py:121: ...
Hellseher
- 3
- Opened on May 4
- #435
Hi,
As per this bug report: https://bugs.debian.org/1082273
testtool fails 2 unit tests under Python 3.13:
======================================================================
FAIL: testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_log_in_details ...
bug
thomasgoirand
- 2
- Opened on Sep 22, 2024
- #400
Hello,
we are using pytest for running bandit and python-etcd3gw tests. Since pytest 8 the tests are failing with
AttributeError: XXX object has no attribute runTest . Did you mean: subTest ? See:
...
hrnciar
- 3
- Opened on May 7, 2024
- #372
I ran into a problem because installing testtools via pip pulled in fixtures as a dependency in version 2.6.0, but doesn
t since 2.7.0 (as far as I can see).
I wonder if this is intentionally or if it ...
mariolenz
- 1
- Opened on Nov 7, 2023
- #367
$ pip install --no-binary :all: testtools==2.7.0
Collecting testtools==2.7.0
Using cached testtools-2.7.0.tar.gz (201 kB)
Installing build dependencies ... done
Getting requirements to build wheel ...
mgorny
- Opened on Nov 2, 2023
- #363
Hello folks
Could we tag current master commit in order to have a Python3.12 release populated on PyPI please ? We need this release
downstream on Fedora, as the future release (i.e F39 still on Beta ...
jcapiitao
- 1
- Opened on Oct 25, 2023
- #360
At the moment, import testtools fails because of the eager import of distutils via testtools.distutilscmd, which
provides the deprecated TestCommand, since distutils is removed from the Python 3.12 standard ...
jakelishman
- 4
- Opened on Sep 22, 2023
- #352
When I run unittest for my code and facing an Assertion error I got below AttributeError instead of clear information
about AssertionError:
File /XXXXXXX/py3/lib/python3.10/site-packages/testtools/testresult/real.py ...
d-kazantsev
- 1
- Opened on Jun 29, 2023
- #345
In TestCase class (testcase.py file), the eq function checks for dict equivalence between self and other. However when
triggered by _run_core in runtest.py, the exception_caught object is of type object ...
bug
tmfs10
- Opened on Mar 6, 2023
- #341

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.