Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Migrates Python tests to pytest (#413)
* Migrates test_api.py to pytest Migrates test_api.py to pytest and removes `unittest`. Changes setup functions to fixtures and replaces `unittest` assertion methods with regular Python `assert`s. Also lowers the timeout for the server to make the tests run a bit faster. * Updates test_binding.py to use pytest Replaces all `unittest` APIs with equivalent `pytest` ones. This change also updates the tests to use `tempfile` instead of manually creating and removing files and directories. * Parametrizes tests instead of running loops * Updates L0 job to free space on host
- Loading branch information