mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
How to run tests
This commit is contained in:
+12
-1
@@ -37,7 +37,7 @@ $ optuna-dashboard sqlite:///db.sqlite3
|
||||
```
|
||||
|
||||
|
||||
## Running formatters
|
||||
## Running tests and formatters
|
||||
|
||||
### Auto-formatting TypeScript files
|
||||
|
||||
@@ -52,6 +52,17 @@ $ pip install .[lint]
|
||||
$ black .
|
||||
```
|
||||
|
||||
### Running tests
|
||||
|
||||
```
|
||||
$ python setup.py test
|
||||
...
|
||||
|
||||
Ran 4 tests in 0.004s
|
||||
|
||||
OK
|
||||
```
|
||||
|
||||
|
||||
## Release process
|
||||
|
||||
|
||||
Reference in New Issue
Block a user