mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
We want to make sure that the generated function stubs stay in sync with the node definitions. So, make a unit test that fails if codegen generates a different file than the existing file, so that somebody modifying code knows they need to re-run codegen.
4 lines
177 B
Python
4 lines
177 B
Python
# Copyright (c) Facebook, Inc. and its affiliates.
|
|
#
|
|
# This source code is licensed under the MIT license found in the
|
|
# LICENSE file in the root directory of this source tree.
|