Please provide a public stable name for _LogObserver
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 10
Description
| robertc reported | |
|---|---|
| Trac ID | trac#8048 |
| Type | enhancement |
| Created | 2015-10-16 07:15:28Z |
As you can see from https://github.com/testing-cabal/testtools/pull/149/files#diff-85c0c317eeaf2babfeeca5f25c2db42eR27 we use _LogObserver in our twisted test adapter - rather than writing a buggy version of it ourselves. Unfortunately its private, which means we face churn when Twisted quite reasonably move it around. However its only affected us once which means that pragmatically this is a very stable interface. We'd love it if you could see yourself making it a supported thing.
Thanks, testtools devs.
Searchable metadata
trac-id__8048 8048
type__enhancement enhancement
reporter__robertc robertc
priority__normal normal
milestone__None None
branch__
branch_author__
status__new new
resolution__None None
component__trial trial
keywords__testing testing
time__1444979728644106 1444979728644106
changetime__1445183497208166 1445183497208166
version__None None
owner__None None
cc__jml
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked testtools pull request and locate Twisted's _LogObserver definition and its consumers. Establish a supported public name and update the relevant interface or documentation so the Twisted test adapter no longer depends on the private name; verify the adapter still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100