We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/.sauced.yaml
There are still flakey tests:
--- FAIL: TestLoadConfig (0.00s) --- FAIL: TestLoadConfig/Non-existent_file (0.00s) config_test.go:51: Error Trace: /Users/jpmcb/workspace/opensauced/pizza-cli/pkg/config/config_test.go:51 Error: An error is expected but got nil. Test: TestLoadConfig/Non-existent_file
which do not account for a developer's home ~/.sauced.yaml
just test
This is fixed by moving the home config:
❯ mv ~/.sauced.yaml ~/.meow.yaml
Tests should not make an assumption based on the developer's environment. These kind of tests would be better in isolated e2e tests.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
There are still flakey tests:
which do not account for a developer's home
~/.sauced.yaml
Steps to reproduce
~/.sauced.yaml
just test
This is fixed by moving the home config:
Tests should not make an assumption based on the developer's environment. These kind of tests would be better in isolated e2e tests.
The text was updated successfully, but these errors were encountered: