Skip to content

test: add baseline smoke tests#394

Open
ISRAELFLEMOS wants to merge 1 commit into
megadose:masterfrom
ISRAELFLEMOS:master
Open

test: add baseline smoke tests#394
ISRAELFLEMOS wants to merge 1 commit into
megadose:masterfrom
ISRAELFLEMOS:master

Conversation

@ISRAELFLEMOS

Copy link
Copy Markdown

Summary

  • add baseline smoke tests for local validation
  • keep changes focused on test scaffolding

Validation

  • tests executed locally using the unified workspace runner in stable mode

Notes

  • this PR is intentionally minimal and focused on improving regression safety

Copilot AI review requested due to automatic review settings May 20, 2026 14:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a minimal “smoke test” scaffold to quickly sanity-check the repository/package layout during local validation, aiming to improve baseline regression safety.

Changes:

  • Added a pytest smoke test that asserts key project files exist (packaging file and a core module).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tests/test_smoke.py
Comment on lines +1 to +7
from pathlib import Path


def test_package_structure_exists():
root = Path(__file__).resolve().parents[1]
assert (root / "setup.py").is_file()
assert (root / "toutatis" / "core.py").is_file()
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