tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

tests in JNC/tests can be run #109

Closed martin-volf closed 2 years ago

martin-volf commented 2 years ago

The directory tests/ contains a set of unit tests for the jnc pyang plugin and several larger-scale tests for the whole package. They can be run now all or selectively using pytest.

Some of the unit tests and the large 12-test-augment are failing; I'll open issue reports for those.

martin-volf commented 2 years ago

One more fix added, I realized that the test result depended on what had been run before it.