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

WIP - Baseline #1447

Closed
wants to merge 5 commits into from
Closed

WIP - Baseline #1447

wants to merge 5 commits into from

Conversation

norton120
Copy link
Contributor

stubbed settings locally in test_server ✅

next up

  • isolate the test_server failing tests
  • move the settings mock into a conftest fixture
  • add a test hook for SyncServer so you can do the same thing there.
  • propigate.

Please describe the purpose of this pull request.
this is to get a baseline of isolated tests that are passing before making substantial changes.

How to test
when this is good, all the tests will run and pass without any special environment setup.

Have you tested this PR?
This is a PR for the test env

Related issues or PRs
N/A

Is your PR over 500 lines of code?
This will be a very large PR. Ideally it is removing more than 500 lines of code 💥

Additional context
Before we can dig into adding model structure I'd like as much of a smoke test setup as we can have in place.

is working. Next up:
- isolate the test_server failing tests
- move the settings mock into a conftest fixture
- add a test hook for SyncServer so you can do the
same thing there.
- propigate.
for default persona, human, and preset. Now all
derived from settings (which is in turn derived
from envars). Still need to square away with the
config file hierarchy, so once we resolve the value
there is only one definitive source of truth across
the rest of the code.
@norton120 norton120 closed this Jun 16, 2024
@norton120
Copy link
Contributor Author

Migrated to config parser work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant