Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine happier path for using graphs in test fixtures #49

Open
johnatawnclementawn opened this issue Nov 8, 2024 · 0 comments
Open

Comments

@johnatawnclementawn
Copy link
Member

johnatawnclementawn commented Nov 8, 2024

For some of the CLI tools, we use test fixtures found here. In hindsight, using the fixtures in this way doesn't seem sustainable. We recently ran into an issue where new constraints were added to the node model, and because these models were created when that constraint was not implemented, the fixtures failed to load and tests failed. The example graphs should be migrated with new db migrations, but the migrations fire before fixtures are loaded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant