om-raheja 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
..
test_tools 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
README.md 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前
__init__.py f4f38f6fe8 refactor: move files out of the src folder 4 月之前
test_agent_creation.py 6ca6c94d4a [docs] Added READMEs in each directory (#90) 2 月之前

README.md

tests

This directory contains tests you can use to test specific features of the project so you can figure out which specific parts work easier.

For example, test_agent_creation.py simply tests the AgentProcess ability to hold agents.

We want to use error code to differentiate between successful and failed tests in the future.