File: test_functions.py

package info (click to toggle)
pyotherside 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: cpp: 2,869; python: 475; makefile: 152; sh: 35
file content (4 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
def function_that_takes_one_parameter(parameter):
    '''For tst_model_add_one:call_sync_with_parameters'''
    assert parameter == 1
    return 1