Metadata-Version: 2.1
Name: bqqtest
Version: 0.1.0
Summary: Test BigQuery query using BigQuery
Home-page: https://github.com/tamanobi
License: MIT
Author: tamanobi
Author-email: tamanobi@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Dist: google-cloud-bigquery (>=1.24.0,<2.0.0)
Requires-Dist: pandas (>=1.0.1,<2.0.0)
Project-URL: Documentation, https://github.com/tamanobi/bq-query-unittest
Project-URL: Repository, https://github.com/tamanobi/bq-query-unittest
Description-Content-Type: text/markdown

# WIP: BigQueryのクエリをテストするためのツール
<img alt="Run pytest" src="https://github.com/tamanobi/bq-query-unittest/workflows/Run%20Tests/badge.svg">

BigQueryへのクエリロジックのテストができます

## 特徴

 * CSV形式のファイルを元にBigQueryにテーブルを一時的に作成します
 * 一時的に作成したテーブルに対して、クエリを発行し、結果を得ます
 * 結果と、期待しているテーブル(CSVファイル)と突合し、違いがなければテストをパスします

## 注意
BigQueryへ直接クエリを発行します。

