Skip to content

Fix/integration test runner#96

Merged
TebelR merged 12 commits into
developmentfrom
fix/integration-test-runner
Apr 1, 2026
Merged

Fix/integration test runner#96
TebelR merged 12 commits into
developmentfrom
fix/integration-test-runner

Conversation

@MeasureOneCodeTwice

Copy link
Copy Markdown
Owner
  1. Changed how /health works. Will return 'unhealthy' if cannot connect to DB. Needed change 2

  2. New way to run tests. They can be run in the CI pipeline now!

  3. Removed server reset key logic. It's only needed in development and we can manually clear localstorage.

  4. Got integration tests working

  5. Refactored API client

  6. Removed dependencies.py. (duplicate of test-dependencies.py)

localStorage.removeItem(LEGACY_PINNED_MARKETS_STORAGE_KEY);
}

function clearAllPinnedMarkets() {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

So no more market caching in client?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Going to have a merge conflict with this once some features are polished, just leaving this comment for myself

@TebelR TebelR left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good to me 🤷

@TebelR
TebelR merged commit bf635f7 into development Apr 1, 2026
1 check passed
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