You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that there is no unit-tests in tests folder, only integration.
This of course serves great purpose of validating SnowDDL in real scenarios.
At the same time having unit tests can help with validating internal functionality, like YAML parsing or cross-referenses in SnowDDL config (#150).
Do you think it's possible to rename tests to integration_tests (or similar) and use test folder for unit tests?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I noticed that there is no unit-tests in
tests
folder, only integration.This of course serves great purpose of validating SnowDDL in real scenarios.
At the same time having unit tests can help with validating internal functionality, like YAML parsing or cross-referenses in SnowDDL config (#150).
Do you think it's possible to rename
tests
tointegration_tests
(or similar) and usetest
folder for unit tests?Beta Was this translation helpful? Give feedback.
All reactions