https://github.com/vlang/slower_tests
https://github.com/vlang/slower_tests
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlang/slower_tests
- Owner: vlang
- Created: 2024-09-11T22:09:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:07:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T07:26:44.847Z (over 1 year ago)
- Language: V
- Size: 5.33 MB
- Stars: 4
- Watchers: 36
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains more tests for various vlib modules
(in particular the `crypto` modules).
These tests are more extensive, but also a lot bigger and a lot slower,
than the ones in vlib/ .
The motivation for placing them here, in a separate repo, was explained
in this discussion: .
The CI of the main V repo, will use this separate repository, by running the
following task on each commit and PR:
```sh
git clone https://github.com/vlang/slower_tests
v test slower_tests
```
The same will happen with this repository's own CI, for each PR and commit.
In other words, all tests here will be run, no matter in what folder
they are placed. There is no need to mirror the folder structure of vlib/,
when you add more tests, but you can do it, if you want to.