Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused integration tests #8933

Merged
merged 2 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lint:
$(PYTHON) -m ruff --no-cache .

test-py:
pytest . --ignore=tests/integration --ignore=infogami --ignore=vendor --ignore=node_modules
pytest . --ignore=infogami --ignore=vendor --ignore=node_modules

test-i18n:
# Valid locale codes should be added as arguments to validate
Expand Down
4 changes: 0 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ cd docker/
docker compose exec web make test
```

### Integration Tests

Integration tests use the Splinter webdriver with Google Chrome. For instructions on installation requirements and running integration tests, [see Integration Tests README](tests/integration/README.md).

## License

All source code published here is available under the terms of the [GNU Affero General Public License, version 3](https://www.gnu.org/licenses/agpl-3.0.html).
4 changes: 0 additions & 4 deletions Readme_chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ cd docker/
docker compose exec web make test
```

### 集成测试

集成测试需要使用Splinter webdriver和谷歌浏览器。关于安装要求和运行集成测试的说明,请参阅[集成测试README](tests/integration/README.md)

## 许可证

这里发布的所有源代码都是依据以下条款[GNU Affero General Public License, version 3](https://www.gnu.org/licenses/agpl-3.0.html)。
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,3 @@ max-statements = 70
"scripts/sitemaps/sitemap.py" = ["BLE001"]
"scripts/solr_builder/solr_builder/solr_builder.py" = ["PYI024", "PLR0913"]
"tests/*" = ["S101"]
"tests/integration/__init__.py" = ["E722"]
"tests/integration/test_loans.py" = ["E722"]

1 change: 0 additions & 1 deletion scripts/test_py3.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh

pytest . \
--ignore=tests/integration \
--ignore=scripts/2011 \
--ignore=infogami \
--ignore=vendor
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions tests/integration/README.md

This file was deleted.

124 changes: 0 additions & 124 deletions tests/integration/__init__.py

This file was deleted.

29 changes: 0 additions & 29 deletions tests/integration/test_affiliate_links.py

This file was deleted.

Loading
Loading