Comment out print in NIVeriStand.py
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 20
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
The print(veristand) on line 46 in legacy/NIVeriStand.py is very annoying.
For those of us using pytest it makes a mess of our output on the console.
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
Open legacy/NIVeriStand.py and inspect line 46, where print(veristand) is producing unwanted console output. Comment out that statement, then run the relevant pytest commands to confirm the message no longer appears in the console.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100