schrodinger :: test :: pytest_customizations :: Makefile :: Class Makefile
[hide private]
[frames] | no frames]

Class Makefile

        object --+                
                 |                
 _pytest.main.Node --+            
                     |            
_pytest.main.Collector --+        
                         |        
  _pytest.main.FSCollector --+    
                             |    
             _pytest.main.File --+
                                 |
                                Makefile

Nested Classes [hide private]

Inherited from _pytest.main.Collector: CollectError

Instance Methods [hide private]
 
collect(self)
returns a list of children (items and collectors) for this collection node.

Inherited from _pytest.main.FSCollector: __init__

Inherited from _pytest.main.FSCollector (private): _makeid

Inherited from _pytest.main.Collector: repr_failure

Inherited from _pytest.main.Collector (private): _memocollect, _prunetraceback

Inherited from _pytest.main.Node: __hash__, __repr__, add_marker, addfinalizer, get_marker, getparent, listchain, listextrakeywords, listnames, setup, teardown, warn

Inherited from _pytest.main.Node (private): _getcustomclass, _memoizedcall, _repr_failure_py

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from _pytest.main.Node: Class, File, Function, Instance, Item, Module, ihook, nodeid

Inherited from object: __class__

Method Details [hide private]

collect(self)

 

returns a list of children (items and collectors) for this collection node.

Overrides: _pytest.main.Collector.collect
(inherited documentation)