Equality (Equals)
Private equality ==
- Nada program
- Test file
src/equality.py
loading...
tests/equality_test.yaml
loading...
Run and test the equality program
1. Open "Nada by Example"
2. Run the program with inputs
from the test file
nada run equality_test
3. Test the program with inputs
from the test file against the expected_outputs
from the test file
nada test equality_test
Public output equality ==
- Nada program
- Test file
src/equality_public.py
loading...
tests/equality_public_test.yaml
loading...
Run and test the equality_public program
1. Open "Nada by Example"
2. Run the program with inputs
from the test file
nada run equality_public_test
3. Test the program with inputs
from the test file against the expected_outputs
from the test file
nada test equality_public_test