Skip to content

Commit

Permalink
remove unused integration tests (#8933)
Browse files Browse the repository at this point in the history
* remove unused integration tests

* remove other references to integration tests
  • Loading branch information
RayBB authored Mar 31, 2024
1 parent c2234dc commit 3739731
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 964 deletions.
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

0 comments on commit 3739731

Please sign in to comment.