reframe
                                
                                 reframe copied to clipboard
                                
                                    reframe copied to clipboard
                            
                            
                            
                        Add a numeric type for variables that will also accept units
It would very convenient to be able to write something like this:
class my_test(...):
    x = variable(SINumber(unit='s'), value='5us')
And also be able to set this from the command line with my_test.x=10ms.