unify testing docs for all platforms
This commit is contained in:
parent
156d823b7f
commit
a4832c304e
4 changed files with 44 additions and 60 deletions
|
@ -87,27 +87,7 @@ $ npm run clean
|
|||
|
||||
## Tests
|
||||
|
||||
Test your changes conform to the project coding style using:
|
||||
|
||||
```powershell
|
||||
$ python script\cpplint.py
|
||||
```
|
||||
|
||||
Test functionality using:
|
||||
|
||||
```powershell
|
||||
$ python script\test.py
|
||||
```
|
||||
|
||||
Tests that include native modules (e.g. `runas`) can't be executed with the
|
||||
debug build (see [#2558](https://github.com/electron/electron/issues/2558) for
|
||||
details), but they will work with the release build.
|
||||
|
||||
To run the tests with the release build use:
|
||||
|
||||
```powershell
|
||||
$ python script\test.py -R
|
||||
```
|
||||
See [Build System Overview: Tests](docs/development/build-system-overview.md#tests)
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue