Unittest tests order

How can I be sure of the unittest methods' order? Is the alphabetical or numeric prefixes the proper way? class TestFoo(TestCase): def test_1(self): ... def test_2(self): .....