sot / kadi

Chandra commands and events
https://sot.github.io/kadi
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Add EventQuery to symbols exported from query.py by events/__init__.py #243

Closed taldcroft closed 1 year ago

taldcroft commented 1 year ago

Description

ska_testr integration showed a script that was expecting EventQuery to be available as an import from kadi.events, so this adds that in.

Interface impacts

Fixes an unexpected API change where EventQuery was not available.

Testing

Unit tests

Functional tests

With PYTHONPATH set to the git repo at this branch, I ran run_testr --include kadi: