Changes between Version 13 and Version 14 of Ticket #7650
- Timestamp:
- Jan 5, 2010, 12:49:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7650 – Description
v13 v14 5 5 * [attachment:trac_7650-scripts_doctest_force_lib_v5.patch] to the scripts repository. This adds two options to `sage -t`: `-sagenb` tests all SageNB files and `-force_lib` tests files ''as if'' they live in `SAGE_ROOT/devel/sage`, i.e., in the Sage library. 6 6 7 * [attachment:trac_7650-sagenb_doctesting_v 3.patch] to the sagenb repository. This fixes broken SageNB tests.7 * [attachment:trac_7650-sagenb_doctesting_v4.patch] to the sagenb repository. This fixes broken SageNB tests. 8 8 9 9 and replace `SAGE_ROOT/makefile` with … … 11 11 * [attachment:makefile]. This makes `make test` and `make ptest` test all SageNB files, too. 12 12 13 Dependenc y chain: Sage 4.3 / SageNB 0.4.8, #7483, #7514, #7482.13 Dependencies: Sage 4.3.1.alpha1, #7269.