google-research / python-graphs

A static analysis library for computing graph representations of Python programs suitable for use with graph neural networks.
Apache License 2.0
325 stars 39 forks source link

Rename fn to get_test_components to eliminate extra test from logs #16

Closed dbieber closed 1 year ago

dbieber commented 1 year ago

The function test_components was being registered as an unsupported test, when in reality it was meant as a helper function for tests. Renaming resolves this.