Skip to content

Move tests to examples#199

Merged
heyitsaamir merged 8 commits into
mainfrom
aamirj/testsToExamples
Nov 18, 2025
Merged

Move tests to examples#199
heyitsaamir merged 8 commits into
mainfrom
aamirj/testsToExamples

Conversation

@heyitsaamir

Copy link
Copy Markdown
Collaborator

No description provided.

@heyitsaamir
heyitsaamir marked this pull request as ready for review November 16, 2025 22:20
Copilot AI review requested due to automatic review settings November 16, 2025 22:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR renames the tests/ directory to examples/ to better reflect that these are example applications rather than unit tests. The change affects all test applications and their references throughout the repository.

Key changes:

  • Renamed directory from tests/* to examples/*
  • Updated all workspace configuration references
  • Updated pyright configuration
  • Created new template structure for generating example apps
  • Maintained all existing functionality and structure

Reviewed Changes

Copilot reviewed 5 out of 69 changed files in this pull request and generated no comments.

Show a summary per file
File Description
uv.lock Updated virtual paths for all example apps from tests/ to examples/
pyproject.toml Updated workspace members path from tests/* to examples/*
pyrightconfig.json Updated include path from tests/**/src/**/*.py to examples/**/src/**/*.py
templates/examples/cookiecutter.json Renamed template variable from test_app_name to example_app_name
templates/examples/{{cookiecutter.example_app_name}}/* New template files for generating example apps
examples/*/src/main.py All example app main files moved from tests/ to examples/
examples/*/pyproject.toml All example app project configs moved with no content changes
examples/*/README.md All example app documentation moved with no content changes
tests/tab/Web/.env Removed empty .env file from old location

@heyitsaamir
heyitsaamir merged commit f05ec54 into main Nov 18, 2025
5 checks passed
@heyitsaamir
heyitsaamir deleted the aamirj/testsToExamples branch November 18, 2025 18:06
This was referenced Nov 22, 2025
lilyydu added a commit that referenced this pull request Nov 22, 2025
## Release 2.0.0a6

### Changes

- Make images required for Thumbnail (#216)
- Revert "Add comment"
- Add comment
- Move tests to examples (#199)
- Bump glob from 11.0.3 to 11.1.0 in /tests/tab/Web (#215)
- Remove Agents class (#213)
- Add signin/failure invoke activity support (#206)
- Update config.yml (#214)
- Adds a github template when New issues are created  (#212)
- feat: add OAuth support for regional bots (#209)
- [feat] Add BotBuilder Plugin package, sample and tests (#190)

Co-authored-by: lilydu <[email protected]>
heyitsaamir added a commit that referenced this pull request Nov 27, 2025
Accidentally removed it in #199

---------

Co-authored-by: Copilot <[email protected]>
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.

3 participants