Skip to content

Add config files and clean up noisy test output#60

Merged
TheFirstAvenger merged 1 commit intomainfrom
chore/clean-test-output
Feb 27, 2026
Merged

Add config files and clean up noisy test output#60
TheFirstAvenger merged 1 commit intomainfrom
chore/clean-test-output

Conversation

@TheFirstAvenger
Copy link
Copy Markdown
Member

Summary

  • Add standard config files (config.exs with import_config, dev.exs, test.exs, prod.exs)
  • Set logger level to :warning in test config to suppress debug noise
  • Replace Process.exit(pid, :kill) with GenServer.stop(pid, :normal) in test cleanup to prevent meck GenServer crash errors
  • Scope Logger.configure(level: :debug) to only the 3 tests that assert on log content

- Add standard config/config.exs, dev.exs, test.exs, prod.exs
- Set logger level to :warning in test to suppress noisy output
- Use GenServer.stop for graceful server shutdown in test cleanup
- Scope Logger.configure(level: :debug) to tests asserting on log content
@TheFirstAvenger TheFirstAvenger merged commit d13d46c into main Feb 27, 2026
1 check passed
@TheFirstAvenger TheFirstAvenger deleted the chore/clean-test-output branch February 27, 2026 09:09
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