コード例 #1
0
 def test_simple_sqlite_create(self):
     run_file("examples/simple_sqlite_create.py")
コード例 #2
0
 def test_simple_session(self):
     run_file("examples/simple_session.py")
コード例 #3
0
 def test_simple_test(self):
     run_file("examples/simple_test.py")
コード例 #4
0
 def test_simple_book(self):
     run_file("examples/simple_book.py")
コード例 #5
0
 def test_filtered_transaction_report(self):
     run_file("examples/filtered_transaction_report.py")
コード例 #6
0
ファイル: test_integration.py プロジェクト: rerobins/piecash
 def test_simple_sqlite_create(self):
     run_file("examples/simple_sqlite_create.py")
コード例 #7
0
 def test_simple_move_split(self):
     run_file("examples/simple_move_split.py")
コード例 #8
0
ファイル: test_integration.py プロジェクト: rerobins/piecash
 def test_simple_test(self):
     run_file("examples/simple_test.py")
コード例 #9
0
ファイル: test_integration.py プロジェクト: rerobins/piecash
 def test_simple_session(self):
     run_file("examples/simple_session.py")
コード例 #10
0
ファイル: test_integration.py プロジェクト: rerobins/piecash
 def test_filtered_transaction_report(self):
     run_file("examples/filtered_transaction_report.py")
コード例 #11
0
ファイル: test_integration.py プロジェクト: rerobins/piecash
 def test_simple_book(self):
     run_file("examples/simple_book.py")
コード例 #12
0
ファイル: test_integration.py プロジェクト: rerobins/piecash
 def test_simple_move_split(self):
     run_file("examples/simple_move_split.py")