Skip to content

Commit 1cd6bd4

Browse files
committed
rebuild and recheck
1 parent b846aa7 commit 1cd6bd4

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed
-52 KB
Binary file not shown.

build/lib/data_algebra/test_util.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919

2020
# controls
21-
test_PostgreSQL = True # causes an external dependency
22-
test_BigQuery = True # causes an external dependency
23-
test_MySQL = True # causes an external dependency
24-
test_Spark = True # causes an external dependency
21+
test_PostgreSQL = False # causes an external dependency
22+
test_BigQuery = False # causes an external dependency
23+
test_MySQL = False # causes an external dependency
24+
test_Spark = False # causes an external dependency
2525

2626

2727
def formats_to_self(ops):

coverage.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ tests/test_with.py .. [100%]
7575
---------- coverage: platform darwin, python 3.9.4-final-0 -----------
7676
Name Stmts Miss Cover
7777
----------------------------------------------------------
78-
data_algebra/BigQuery.py 106 38 64%
79-
data_algebra/MySQL.py 29 7 76%
78+
data_algebra/BigQuery.py 106 69 35%
79+
data_algebra/MySQL.py 29 11 62%
8080
data_algebra/OrderedSet.py 52 7 87%
81-
data_algebra/PostgreSQL.py 18 3 83%
81+
data_algebra/PostgreSQL.py 18 7 61%
8282
data_algebra/SQLite.py 68 6 91%
83-
data_algebra/SparkSQL.py 68 15 78%
83+
data_algebra/SparkSQL.py 68 43 37%
8484
data_algebra/__init__.py 6 0 100%
8585
data_algebra/arrow.py 173 39 77%
8686
data_algebra/bigquery_user_fns.py 75 1 99%
@@ -90,7 +90,7 @@ data_algebra/data_model.py 86 21 76%
9090
data_algebra/data_ops.py 1119 204 82%
9191
data_algebra/data_ops_types.py 79 38 52%
9292
data_algebra/data_ops_utils.py 51 7 86%
93-
data_algebra/db_model.py 789 92 88%
93+
data_algebra/db_model.py 789 102 87%
9494
data_algebra/diagram.py 56 44 21%
9595
data_algebra/eval_model.py 16 1 94%
9696
data_algebra/expr_parse.py 38 4 89%
@@ -101,10 +101,10 @@ data_algebra/pandas_base.py 252 24 90%
101101
data_algebra/pandas_model.py 18 3 83%
102102
data_algebra/parse_by_lark.py 139 31 78%
103103
data_algebra/python3_lark.py 1 0 100%
104-
data_algebra/test_util.py 180 23 87%
104+
data_algebra/test_util.py 180 27 85%
105105
data_algebra/util.py 28 4 86%
106106
----------------------------------------------------------
107-
TOTAL 4491 806 82%
107+
TOTAL 4491 887 80%
108108

109109

110-
======================= 162 passed in 2858.44s (0:47:38) =======================
110+
============================= 162 passed in 27.62s =============================
3 Bytes
Binary file not shown.

dist/data_algebra-0.7.3.tar.gz

0 Bytes
Binary file not shown.

docs/data_algebra/test_util.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ <h1 class="modulename">
7979

8080

8181
<span class="c1"># controls</span>
82-
<span class="n">test_PostgreSQL</span> <span class="o">=</span> <span class="kc">True</span> <span class="c1"># causes an external dependency</span>
83-
<span class="n">test_BigQuery</span> <span class="o">=</span> <span class="kc">True</span> <span class="c1"># causes an external dependency</span>
84-
<span class="n">test_MySQL</span> <span class="o">=</span> <span class="kc">True</span> <span class="c1"># causes an external dependency</span>
85-
<span class="n">test_Spark</span> <span class="o">=</span> <span class="kc">True</span> <span class="c1"># causes an external dependency</span>
82+
<span class="n">test_PostgreSQL</span> <span class="o">=</span> <span class="kc">False</span> <span class="c1"># causes an external dependency</span>
83+
<span class="n">test_BigQuery</span> <span class="o">=</span> <span class="kc">False</span> <span class="c1"># causes an external dependency</span>
84+
<span class="n">test_MySQL</span> <span class="o">=</span> <span class="kc">False</span> <span class="c1"># causes an external dependency</span>
85+
<span class="n">test_Spark</span> <span class="o">=</span> <span class="kc">False</span> <span class="c1"># causes an external dependency</span>
8686

8787

8888
<span class="k">def</span> <span class="nf">formats_to_self</span><span class="p">(</span><span class="n">ops</span><span class="p">):</span>

0 commit comments

Comments
 (0)