summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2019-11-01 18:12:34 -0700
committerblendoit <blendoit@gmail.com>2019-11-01 18:12:34 -0700
commit8b6f11119790c8c930734894a37d2a4aaa42462d (patch)
tree9d6b9013ad4522f9a5598f30b4d3a0fcd26810ac /test
parent5ab73817371c1b4fedbd98838d3cf28984d73004 (diff)
Start work on optimized multiprocessing random a/c gen. & eval.HEADmaster
Diffstat (limited to 'test')
-rw-r--r--test/creator_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/creator_test.py b/test/creator_test.py
new file mode 100644
index 0000000..303ac66
--- /dev/null
+++ b/test/creator_test.py
@@ -0,0 +1,7 @@
+import unittest
+from aircraftstudio import creator
+
+
+class TestDefaults(unittest.TestCase):
+ def test_default_aircraft(self):
+ self.assertEqual(creator.base.Aircraft.from_defaults().naca_num, 2412)
Copyright 2019--2024 Marius PETER