This repos contains the polytest version control and configuration files for testing AlgoKit libraries.
Documentation on the recommended workflow can be found in the polytest repo here
An example of integration with algokit-core can be seen in this draft PR: algorandfoundation/algokit-core#285
In summary, the implementation repos must use polytest with the --git flag:
[tool.poe.tasks]
polytest = "polytest --config test_configs/transact.json --git https://github.com/joe-p/algokit-polytest#main run -t pytest"