Skip to content

Conversation

@pr4bh4sh
Copy link
Owner

@pr4bh4sh pr4bh4sh commented Dec 7, 2025

Refactor: Move all tests to tests/ directory

Restructured the project by moving all test files to a dedicated tests/ directory to keep the root directory clean and standard.

Moves:

  • test.py -> tests/test_delayed_assert.py
  • test_color_toggle.py -> tests/test_color_toggle.py
  • test_issue_15.py -> tests/test_issue_15.py
  • test_issue_33.py -> tests/test_issue_33.py
  • example_unittest.py -> tests/example_unittest.py

Updates:

  • Updated pytest.ini to look for tests in the new location.
  • Updated README.md to reference tests/example_unittest.py.

Tests pass locally with pytest.

- Moved test.py -> tests/test_delayed_assert.py
- Moved test_color_toggle.py -> tests/test_color_toggle.py
- Moved test_issue_15.py -> tests/test_issue_15.py
- Moved test_issue_33.py -> tests/test_issue_33.py
- Moved example_unittest.py -> tests/example_unittest.py
- Updated pytest.ini
- Updated README.md reference
@pr4bh4sh pr4bh4sh merged commit bdb7742 into master Dec 7, 2025
9 checks passed
@pr4bh4sh pr4bh4sh deleted the refactor-move-tests branch December 7, 2025 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants