Metadata-Version: 2.1
Name: gtirb-test-helpers
Version: 2.1.0
Summary: Utilities for creating GTIRB IR in tests
Author-email: "GrammaTech, Inc." <gtirb@grammatech.com>
License: MIT
Project-URL: Homepage, https://github.com/GrammaTech/gtirb-test-helpers
Project-URL: Repository, https://github.com/GrammaTech/gtirb-test-helpers.git
Project-URL: Issues, https://github.com/GrammaTech/gtirb-test-helpers/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: gtirb >=1.10.7

# gtirb-test-helpers

Provides helper functions to make creating GTIRB IR in tests easier and more
concise.

## Code generation

The gtirb-generate-python-code package can generate gtirb-test-helpers code
from a chunk of assembly code. This can serve as a good starting point to
generating the specific GTIRB that a test needs.

## Copyright and Acknowledgments

Copyright (C) 2021 GrammaTech, Inc.

This code is licensed under the MIT license. See the LICENSE file in
the project root for license terms.

This project is sponsored by the Office of Naval Research, One Liberty
Center, 875 N. Randolph Street, Arlington, VA 22203 under contract #
N68335-17-C-0700.  The content of the information does not necessarily
reflect the position or policy of the Government and no official
endorsement should be inferred.
