Skip to content

Commit

Permalink
Extend E2E Tests Ownership to NADE (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bgoel committed Jun 12, 2024
1 parent ed61857 commit f7151db
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
**/testing_utils/ @snowflakedb/snowcli @snowflakedb/nade
src/snowflake/cli/api/utils/ @snowflakedb/snowcli @snowflakedb/nade
**/test_data @snowflakedb/snowcli @snowflakedb/nade
tests_e2e/conftest.py @snowflakedb/snowcli @snowflakedb/nade

# Native Apps Owners
**/nativeapp/ @snowflakedb/nade
**/native_app/ @snowflakedb/nade
tests_e2e/test_nativeapp.py @snowflakedb/nade

# Project Definition Owners
tests/project/ @snowflakedb/snowcli @snowflakedb/nade
Expand Down
1 change: 1 addition & 0 deletions tests_e2e/test_data/nativeapp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy File with Fast Follow
15 changes: 15 additions & 0 deletions tests_e2e/test_nativeapp.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) 2024 Snowflake Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Dummy File with a Fast Follow PR

0 comments on commit f7151db

Please sign in to comment.