OmenApps / django-postgresql-dag

Directed Acyclic Graphs with a variety of methods for both Nodes and Edges, and multiple exports (NetworkX, Pandas, etc). This project is the foundation for a commercial product, so expect regular improvements. PR's and other contributions are welcomed.
Apache License 2.0
41 stars 6 forks source link

Fix hard coded pks #13

Closed Nix3c3r closed 2 years ago

Nix3c3r commented 2 years ago

This fix enables pytest to run the tests in a shuffled order. closes #12