mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Note on repository mirror
This commit is contained in:
parent
7b8ff57af9
commit
c7ec6b0287
1 changed files with 6 additions and 1 deletions
|
@ -238,7 +238,8 @@ Spectator supports multiple options for running tests.
|
|||
"Fail blank" fails if there are no tests.
|
||||
Tests can be filtered by their location and name.
|
||||
Additionally, tests can be randomized.
|
||||
Spectator can be configured with command-line arguments, a config block in a `spec_helper.cr` file, and `.spectator` config file.
|
||||
Spectator can be configured with command-line arguments,
|
||||
a config block in a `spec_helper.cr` file, and `.spectator` config file.
|
||||
|
||||
```crystal
|
||||
Spectator.configure do |config|
|
||||
|
@ -351,6 +352,10 @@ However, please test all code locally with an example spec file.
|
|||
Documentation is automatically generated and published to GitLab pages.
|
||||
It can be found here: https://arctic-fox.gitlab.io/spectator
|
||||
|
||||
This project is developed on [GitLab](https://gitlab.com/arctic-fox/spectator),
|
||||
and mirrored to [GitHub](https://github.com/icy-arctic-fox/spectator).
|
||||
Issues and PRs/MRs are accepted on both.
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue