Skip to content

Commit

Permalink
Feature enable snowpark for unit test (canimus#51)
Browse files Browse the repository at this point in the history
* Added file for polars

* Removal of breakpoints

* Added project test dependencies

* Refactor test cases for pandas

* Addition of pandas test cases

* Added all test cases for pandas

* Added has entropy to pandas

* Added has_schedule on the pandas

* Inclusion of all functions in pandas

* Added comment and requirements

* Skip the duckdb test cases

* Enable snowpark tests
  • Loading branch information
canimus authored Nov 26, 2022
1 parent d155873 commit 278f805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --log-cli-level CRITICAL --maxfail=1 --import-mode=importlib --ignore=test/unit/snowpark_dataframe
addopts = --log-cli-level CRITICAL --maxfail=1 --import-mode=importlib
filterwarnings = ignore
log_cli_format = [pytest][%(asctime)s][%(levelname)s][%(module)s][%(funcName)s] %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S

0 comments on commit 278f805

Please sign in to comment.