Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Test

1. Introduction

When you commit code to your repository, you can continuously build and test the code to make sure that the commit doesn't introduce errors. Anytime you submit a pull request, make sure you include tests, and try them using pytest in this directory.

2.How-to-Contribute

2.1 Agent-Test

Create a new test class inheriting from the 'Testmodelcore' class as shown in the Agent_test.

2.2 Arena-Test

Create a new test class inheriting from the 'TestSimple2D' class as shown in Arena_test.