Skip to content

Conversation

@ctn
Copy link
Member

@ctn ctn commented Jul 25, 2025

This pull request introduces several configuration, documentation, and community-related updates for the Natest project. The changes include the addition of configuration files for linting and pre-commit hooks, comprehensive documentation for development and testing workflows, and updates to community and contribution guidelines. Below are the most important changes grouped by theme:

Configuration Updates

  • Added .markdownlint.yaml to configure markdown linting rules, disabling most rules except for enforcing a single top-level heading (MD025).
  • Introduced .pre-commit-config.yaml to define pre-commit hooks for YAML checks, JSON validation, and other tasks, including a custom hook to make certain files read-only.
  • Added .ruff.toml to configure linting and formatting rules for Python code, including exclusions and ignored error codes.

Documentation Enhancements

  • Created CLAUDE.md, a detailed guide for Natest development, covering coding standards, testing workflows, error handling, and best practices for simplicity and incremental complexity.
  • Updated CONTRIBUTING.md to reflect Natest-specific contribution guidelines, replacing references to OpenSSM.

Community and Project Guidelines

  • Replaced the CODE_OF_CONDUCT.md file with a new community-focused notice in COMMUNITY.md, emphasizing values like attribution, contributions, and commercial support for Natest. [1] [2]---

ctn added 4 commits July 25, 2025 22:33
…les, and integration tests, while updating the .gitignore to exclude new generated files. This cleanup enhances project organization and reduces clutter.
… essential commands in CLAUDE.md, streamlined Makefile for dependency management using pip, and revised pyproject.toml to reflect minimal dependencies and Python version compatibility. Enhanced README.md to clarify usage and features, focusing on .na file testing. Removed unnecessary documentation files.
- Add natest/__init__.py and natest/cli.py to fix package installation
- Update Makefile to prefer uv with pip fallback for faster dependency management
- Modernize pyproject.toml with hatchling build system and uv-style dependencies
- Add explicit version constraints and enhanced tool configurations
- Include uv-specific configurations and workspace support
- Introduced Dana test discovery functionality to locate .na files based on specified patterns.
- Added execution capabilities for discovered test files using the existing Dana runtime.
- Implemented a command-line interface for running tests with options for verbosity and discovery-only mode.
- Created a reporting system to format and display test results, including pass/fail status and detailed output.
- Added unit tests for the discovery functionality to ensure correct behavior and pattern matching.
- Included example Dana test files for validation of the testing framework.
@ctn ctn merged commit db41754 into main Jul 26, 2025
1 check failed
@ctn ctn deleted the develop branch July 26, 2025 00:24
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