ImperialCollegeLondon / recode-perceptions

Convolutional Neural Networks exemplar for ReCoDE
https://imperialcollegelondon.github.io/recode-perceptions/
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Create a test directory #2

Closed AdrianDAlessandro closed 2 years ago

AdrianDAlessandro commented 2 years ago

Take inspiration from the poetry template test directory.

This will require adding pytest as a dependency. If the plan is to use pip and a requirements.txt for defining dependencies (as opposed to conda), then I would suggest create a separate requirements file for defining development dependencies called requirements-dev.txt and to include pytest in that. This is because it will not be a dependency for running the software (ie training the model), only for running the tests.

emilymuller1991 commented 2 years ago

done