def test_simple_sqlite_create(self):
     run_file("examples/simple_sqlite_create.py")
 def test_simple_session(self):
     run_file("examples/simple_session.py")
 def test_simple_test(self):
     run_file("examples/simple_test.py")
 def test_simple_book(self):
     run_file("examples/simple_book.py")
 def test_filtered_transaction_report(self):
     run_file("examples/filtered_transaction_report.py")
Exemple #6
0
 def test_simple_sqlite_create(self):
     run_file("examples/simple_sqlite_create.py")
 def test_simple_move_split(self):
     run_file("examples/simple_move_split.py")
Exemple #8
0
 def test_simple_test(self):
     run_file("examples/simple_test.py")
Exemple #9
0
 def test_simple_session(self):
     run_file("examples/simple_session.py")
Exemple #10
0
 def test_filtered_transaction_report(self):
     run_file("examples/filtered_transaction_report.py")
Exemple #11
0
 def test_simple_book(self):
     run_file("examples/simple_book.py")
Exemple #12
0
 def test_simple_move_split(self):
     run_file("examples/simple_move_split.py")