/
2023-07-14 Pytest Information Session
2023-07-14 Pytest Information Session
- 1 Background
- 2 Pytest
Background
Why test?
What is a unit test?
Unit tests increase confidence but never to 100%
Pytest
Basic unit test components:
test_
Setup, run, test
Running:
How to run
Tests pass unless they explicitly throw an uncaught exception
Reusable components:
Constants
Fixtures for setup
Related content
Unit Testing Protocol
Unit Testing Protocol
More like this
2024-03-23 Autonomy Linting and Formatting Meeting
2024-03-23 Autonomy Linting and Formatting Meeting
More like this
Computer Vision System: DevOps and Testing Iteration 2
Computer Vision System: DevOps and Testing Iteration 2
More like this
GUI User Test Questions + Procedure
GUI User Test Questions + Procedure
More like this
Python Style Convention
Python Style Convention
More like this
Simple Tests and Test Fixtures
Simple Tests and Test Fixtures
More like this