[testing] use nbval instead of nbmake for notebook testing - #1131
[testing] use nbval instead of nbmake for notebook testing#1131richrines1 wants to merge 2 commits into
Conversation
|
Any reason we abandoned this? Seems like nbval has 2x the stars that nbmake does. I'm happy to pick this up. |
iirc when i stopped nbval was failing due to a missing/invalid |
|
Both are pretty similar. Both allow for parallel testing with
Neither has random seeding for tests, which would be useful in cases where some cells start throwing errors like the ACES notebook did (that took a while to debug). The biggest difference seems to be that you can use |
No description provided.