test(noxfile.py): turn off bold and colors #11172

Merged
brent.edwards merged 1 commit from test/seven-failing-scenarios into master 2026-05-12 21:06:24 +00:00
Member

ISSUES CLOSED: #11134

Description

This turns off bold and colors in the terminal, making the output much easier to find substrings.

Type of Change

  • [ X ] Bug fix (non-breaking change which fixes an issue)
  • [ X ] Test improvements

Quality Checklist

  • Code follows the project's coding standards (see CONTRIBUTING.md)
  • All public/protected methods have argument validation
  • Static typing is complete (no Any unless justified)
  • nox -s typecheck passes with no errors
  • nox -s lint passes with no errors
  • Unit tests written/updated (Behave scenarios in features/)
  • Integration tests written/updated (Robot suites in robot/) if applicable
  • Coverage remains above 85% (nox -s coverage_report)
  • No security issues introduced (nox -s security_scan)
  • No dead code introduced (nox -s dead_code)
  • Documentation updated if behavior changed

Testing

I ran nox -e unit_tests locally, and I verified that the seven errors that had existed no longer exist.

Test Commands Run

nox -s unit_tests       # Behave tests
nox -s typecheck        # Type checking
nox -s lint             # Linting
nox -s coverage_report  # Coverage

ISSUES CLOSED: #11134

Implementation Notes

This change to the terminal had been done outside the program in git.cleverthis.com, so the problems never showed up there.

ISSUES CLOSED: #11134 ## Description This turns off bold and colors in the terminal, making the output much easier to find substrings. ## Type of Change - [ X ] Bug fix (non-breaking change which fixes an issue) - [ X ] Test improvements ## Quality Checklist - [ ] Code follows the project's coding standards (see CONTRIBUTING.md) - [ ] All public/protected methods have argument validation - [ ] Static typing is complete (no `Any` unless justified) - [ ] `nox -s typecheck` passes with no errors - [ ] `nox -s lint` passes with no errors - [ ] Unit tests written/updated (Behave scenarios in `features/`) - [ ] Integration tests written/updated (Robot suites in `robot/`) if applicable - [ ] Coverage remains above 85% (`nox -s coverage_report`) - [ ] No security issues introduced (`nox -s security_scan`) - [ ] No dead code introduced (`nox -s dead_code`) - [ ] Documentation updated if behavior changed ## Testing I ran `nox -e unit_tests` locally, and I verified that the seven errors that had existed no longer exist. ### Test Commands Run ```bash nox -s unit_tests # Behave tests nox -s typecheck # Type checking nox -s lint # Linting nox -s coverage_report # Coverage ``` ## Related Issues ISSUES CLOSED: #11134 ## Implementation Notes This change to the terminal had been done outside the program in git.cleverthis.com, so the problems never showed up there.
brent.edwards added this to the v3.2.0 milestone 2026-05-12 19:49:57 +00:00
test(noxfile.py): turn off bold and colors
Some checks failed
CI / helm (pull_request) Successful in 59s
CI / push-validation (pull_request) Failing after 2m14s
CI / build (pull_request) Successful in 2m28s
CI / lint (pull_request) Successful in 2m37s
CI / quality (pull_request) Successful in 2m57s
CI / typecheck (pull_request) Successful in 3m5s
CI / security (pull_request) Successful in 3m7s
CI / integration_tests (pull_request) Successful in 5m25s
CI / unit_tests (pull_request) Successful in 6m17s
CI / docker (pull_request) Successful in 1m32s
CI / coverage (pull_request) Successful in 13m6s
CI / status-check (pull_request) Failing after 3s
ec091f514d
ISSUES CLOSED: #11134
CoreRasurae left a comment

Approved, not much doubts

Approved, not much doubts
brent.edwards deleted branch test/seven-failing-scenarios 2026-05-12 21:06:24 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!11172
No description provided.