Scarab  v2.9.0
Project 8 C++ Utility Library
Functions
test_operator_overloading Namespace Reference

Functions

def test_operator_overloading ()
 
def test_operators_notimplemented ()
 
def test_nested ()
 

Function Documentation

◆ test_nested()

def test_operator_overloading.test_nested ( )
#328: first member in a class can't be used in operators

Definition at line 73 of file test_operator_overloading.py.

◆ test_operator_overloading()

def test_operator_overloading.test_operator_overloading ( )

Definition at line 6 of file test_operator_overloading.py.

◆ test_operators_notimplemented()

def test_operator_overloading.test_operators_notimplemented ( )
#393: need to return NotSupported to ensure correct arithmetic operator behavior

Definition at line 63 of file test_operator_overloading.py.