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

Feature/setup integration tests #1202

Conversation

waynehamadi
Copy link
Contributor

Background

It can be nice to be able to trigger a quick integration test manually from github if we have a doubt on whether the current PR is going to introduce regressions or not

Changes

this is a smoke test that can be ran using:

python tests/integration/test_commands.py 

it will ask GPT3.5 temperature 0 no_memory to write a file. And I have tried it 50 times and it always works. It's super consistent.

This means if the test fails, most likely someone broke something.

the test costs 0.004 $ to run.

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes

@waynehamadi waynehamadi force-pushed the feature/setup-integration-tests branch 4 times, most recently from 85d7db0 to 27e0703 Compare April 13, 2023 23:28
nponeccop
nponeccop previously approved these changes Apr 14, 2023
@nponeccop nponeccop mentioned this pull request Apr 14, 2023
1 task
@waynehamadi waynehamadi force-pushed the feature/setup-integration-tests branch 2 times, most recently from 29e3c09 to 76cc7f4 Compare April 14, 2023 23:52
@waynehamadi waynehamadi force-pushed the feature/setup-integration-tests branch from 76cc7f4 to dc4094b Compare April 15, 2023 00:20
@richbeales richbeales merged commit 95f7ed6 into Significant-Gravitas:master Apr 15, 2023
SquareandCompass pushed a commit to SquareandCompass/Auto-GPT that referenced this pull request Oct 21, 2023
* responsive -> conversable

* preview

* rename

* register reply

* rename and version

* bump version to 2.1.0

* notebook

* bug fix
sindlinger pushed a commit to Orgsindlinger/Auto-GPT-WebUI that referenced this pull request Sep 25, 2024
…re/setup-integration-tests

Feature/setup integration tests
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