We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f8e40 commit 6967a39Copy full SHA for 6967a39
1 file changed
docs/source/for_developers.rst
@@ -8,14 +8,15 @@ Creating additional edge-level tests
8
9
Current tests are located in ``+nla/+edge/+test``. This is where all the current tests are located and also where
10
any user-created custom tests will need to be saved. All edge-level test objects must inherit from ``nla.edge.BaseTest``
11
+..
12
+ commenting this out because it's broken right now. filed report on github
13
+ .. mat:module:: edge
14
-.. mat:module:: edge
15
+ .. mat:autoclass:: BaseTest
16
-.. mat:autoclass:: BaseTest
17
+ .. mat:automethod:: run(input_struct)
18
- .. mat:automethod:: run(input_struct)
-
- .. mat:automethod:: inputs = requiredInputs()
19
+ .. mat:automethod:: inputs = requiredInputs()
20
21
22
* **Result object**
0 commit comments