Skip to content

Commit

Permalink
Merge pull request #124 from optuna/rename-tests-directory
Browse files Browse the repository at this point in the history
Rename tests to python_tests
  • Loading branch information
c-bata authored Jul 21, 2021
2 parents 32c3a97 + 6599939 commit 70a10e0
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optuna_dashboard = public/*

[options.packages.find]
exclude =
tests
python_tests

[flake8]
max-line-length = 99
Expand All @@ -57,7 +57,7 @@ disallow_untyped_defs = True
profile = black
src_paths =
optuna_dashboard
tests
python_tests
line_length = 99
lines_after_imports = 2
force_single_line = True
Expand Down

0 comments on commit 70a10e0

Please sign in to comment.