-
Notifications
You must be signed in to change notification settings - Fork 371
2017 08 07 Open NEST Developer Video Conference
terhorstd edited this page Aug 7, 2017
·
4 revisions
-
Welcome
-
Python test framework (see #761, #677 and #762)
- 500+ nosetests
- currently two setups: nosetests when available + normal unittests as fallback (far fewer tests)
- reason: on some machines
nosetest
is not available- unittest: standard install, but no automatic test discovery (only >=Python 3.2)
- nosetest: test-discovery, junit/xml output support (was required by jenkins)
- nosetest not supported, nosetest2
- reason: on some machines
Option A: move to pytest (moving supposed to be easy)
Option B: keep nosetests for Python-2*, move to pytest for Python-3* (maybe use python2 backports of 3.2 pytest with automatic test discovery)
Conclusion: this needs more investigation (→ Project)
-
Report on release progress: NEST-2.12.1 and NEST-3
Reviewed and handled some 2.12.1 prs/issues directly.
-
Review of NEST User Mailing List
All mails handled.
-
Review of open Github Pull Request
Handled all new PRs.
-
Review of open Github Issues
Handled all new Issues.
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org