summary refs log tree commit diff stats
path: root/testament/lib
Commit message (Expand)AuthorAgeFilesLines
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-2/+5
* testutils.assertAll: show correct location on assert failure (#18299)Timothee Cour2021-06-191-2/+4
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-081-2/+8
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-6/+5
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-191-0/+20
* std/hashes: hash(ref|ptr|pointer) + other improvements (#17731)Timothee Cour2021-04-161-0/+4
* iterable[T] (#17196)Timothee Cour2021-04-111-0/+6
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-10/+23
* add getPort to resolve Port(0) (#17559)Timothee Cour2021-03-301-1/+2
* fix #17159 items(cstring) works in VM (#17160)Timothee Cour2021-02-241-0/+24
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-1/+1
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-021-0/+8
* Testament small fixes (#16788)Juan Carlos2021-01-221-8/+6
* fix testament regression: installed testament works again with testament r pa...Timothee Cour2021-01-201-1/+18
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-011-0/+11
* docgen: mangling using _. instead of @@ to avoid issue (#14454)Timothee Cour2020-05-261-0/+9
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-252-20/+14
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-191-0/+38
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding servic...Timothee Cour2020-05-133-0/+41
* fixes #10273 execShellCmd now returns nonzero when child killed with signal +...Timothee Cour2019-01-131-0/+31
d='n224' href='#n224'>224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462