Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 368 Bytes

TESTS.md

File metadata and controls

14 lines (10 loc) · 368 Bytes

HolbertonBnB - Tests 📏

Unittests for the HolbertonBnB project are defined in the tests folder. To run the entire test suite simultaneously, execute the following command:

$ python3 unittest -m discover tests

Alternatively, you can specify a single test file to run at a time:

$ python3 unittest -m tests/test_console.py