SetUpFixture undocumented in the XML documentation
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 600
- Forks
- 158
- Avg merge
- 16h 8m
- Merged PRs (30d)
- 21
Description
The current documentation for a test-suite element in the xml file states:
type The type of suite represented by this element. Currently supported types are Assembly, TestSuite, TestFixture,
However, "SetUpFixture" apparently is also a valid type. At least, it is appearing in the xml file:
<test-suite type="SetUpFixture" id="1157" name="Rest" fullname="Twilio.Tests.Rest.TestSetup" classname="Twilio.Tests.Rest.TestSetup" runstate="Runnable" testcasecount="759">
This being undocumented broke my GUI and my result viewer :(
Is it a documentation issue, or is it a framework issue?
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 by locating the documentation for the XML test-suite element and its supported type list. Confirm that SetUpFixture is a valid emitted type, then document it alongside Assembly, TestSuite, and TestFixture; done when the XML documentation accurately lists it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- xml
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100