Greg Ward
Greg Ward
Also, HACKING.md tells me to run tests in what appears to be a virtualenv, `.tox/py27`. But it does not tell me how to create that virtualenv (or whatever it is).
Ahh: there is a symlink `tests/virsh.yaml -> virsh60.yaml` in my source directory. But it's a dangling symlink, since `virsh60.yaml` does not exist.
Thanks for pointing out that PR. I've reviewed it and tested it: see my comment there.
It's a trifle more complex than the docs say. Operators exist as functions in `sqlalchemy.sql.operators` and as methods of `sqlalchemy.sql.operators.ColumnOperators`, and the names aren't quite consistent. Some of the module-level...