shipyard/src/bin/shipyard_airflow/tests/unit
Bryan Strassner 20c27eed66 [FIX] Single line sql split/join fix
Because the type of the query was generated by sqlalchemy.sql.text(),
the TextClause object did not have a split() method, and crashed out
trying to reformat into one line.  Using the str() wrapper provides a
string that can be properly split and joined.

Change-Id: I1ed9e39d7ebf3904d3d233330ee57082ad02c5f3
2018-08-08 08:32:21 -05:00
..
common Refactor to use unittest.mock instead of mock 2018-07-25 10:41:16 -05:00
control A new Shipyard site statuses API and CLI 2018-07-31 09:16:36 +00:00
dags Refactor imports to support loading dags for tests 2018-07-25 09:19:18 -05:00
db [FIX] Single line sql split/join fix 2018-08-08 08:32:21 -05:00
plugins Refactor to use unittest.mock instead of mock 2018-07-25 10:41:16 -05:00
schemas Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
yaml_samples Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
__init__.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00
test_errors.py Refactor shipyard to UCP target layout 2018-04-24 16:47:13 -05:00