mirror of https://github.com/rq/rq.git
17 lines
197 B
Markdown
17 lines
197 B
Markdown
|
---
|
||
|
title: "Testing"
|
||
|
layout: contrib
|
||
|
---
|
||
|
|
||
|
### Testing RQ locally
|
||
|
|
||
|
To run tests locally;
|
||
|
|
||
|
```
|
||
|
tox
|
||
|
```
|
||
|
|
||
|
If you rather use Vagrant, see [these instructions][v].
|
||
|
|
||
|
[v]: {{site.baseurl}}contrib/vagrant/
|