mirror of
https://github.com/wassname/simpeg.git
synced 2026-09-12 12:51:28 +08:00
(boiler plate)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import unittest
|
||||
from SimPEG import *
|
||||
import simpegPF
|
||||
|
||||
|
||||
class PFProblemTests(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def test_awesome(self):
|
||||
self.assertTrue(True)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user