Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytest framework implementation with Task Runner GitHub Workflow #1129

Closed
wants to merge 0 commits into from

Conversation

noopurintel
Copy link
Contributor

@noopurintel noopurintel commented Nov 8, 2024

This PR aims to add the pytest framework based test cases in OpenFL repository.

Changes done:

  1. Added openfl_e2e folder inside openfl/tests. Please go through README.md file for complete structure and related details.
  2. Added task_runner_e2e.yml workflow file inside .github/workflows - For now, it will run various models for Task Runner API approach.

For now, the workflow is expected to run every night with below matrix combination:

  1. model names - [torch_cnn_mnist, keras_cnn_mnist] # Other models have bugs associated with them
  2. python version - [3.8, 3.9, 3.10]

Successful test run - https://github.com/noopurintel/openfl/actions/runs/11739068910

@noopurintel noopurintel changed the title Draft - Added Pytest framework with Task Runner GitHub Workflow Pytest framework implementation with Task Runner GitHub Workflow Nov 8, 2024
@noopurintel noopurintel marked this pull request as ready for review November 8, 2024 09:40
@noopurintel noopurintel marked this pull request as draft November 8, 2024 10:15
@noopurintel noopurintel marked this pull request as ready for review November 8, 2024 11:11
@noopurintel noopurintel force-pushed the develop branch 2 times, most recently from 26a7bad to 1cbb609 Compare November 8, 2024 11:38
@noopurintel noopurintel closed this Nov 8, 2024
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.

1 participant