[PR #352] [MERGED] Add pytest and initial tests #1119

Closed
opened 2026-03-01 14:48:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/352
Author: @cdvv7788
Created: 7/3/2020
Status: Merged
Merged: 7/3/2020
Merged by: @pirate

Base: djangoHead: pytest-setup


📝 Commits (5)

  • 63fe19e feat: Add pytest and initial tests
  • 438203f test: add basic download_url test
  • 4302ae4 fix: Remove test section in setup.py
  • ffaae51 test github actions
  • 54be475 Merge pull request #1 from apkallum/test-actions

📊 Changes

4 files changed (+71 additions, -0 deletions)

View changed files

.github/workflows/test.yml (+25 -0)
📝 setup.py (+1 -0)
tests/test_init.py (+40 -0)
tests/test_util.py (+5 -0)

📄 Description

Summary

Setup pytest and add happy path tests. In collaboration with @apkallum.

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArchiveBox/ArchiveBox/pull/352 **Author:** [@cdvv7788](https://github.com/cdvv7788) **Created:** 7/3/2020 **Status:** ✅ Merged **Merged:** 7/3/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `django` ← **Head:** `pytest-setup` --- ### 📝 Commits (5) - [`63fe19e`](https://github.com/ArchiveBox/ArchiveBox/commit/63fe19e2c2d236cabae36ef441aff9fd46dd6014) feat: Add pytest and initial tests - [`438203f`](https://github.com/ArchiveBox/ArchiveBox/commit/438203f4cec49e92c49976d57788be6b188f173e) test: add basic download_url test - [`4302ae4`](https://github.com/ArchiveBox/ArchiveBox/commit/4302ae4caa4fccbe40e67084d4b3edd315e9eb1f) fix: Remove test section in setup.py - [`ffaae51`](https://github.com/ArchiveBox/ArchiveBox/commit/ffaae510779b49b44450c58c3c631a29f065ae32) test github actions - [`54be475`](https://github.com/ArchiveBox/ArchiveBox/commit/54be47525f090ac7e37ca3f4bf10a8c0a9ba6b8a) Merge pull request #1 from apkallum/test-actions ### 📊 Changes **4 files changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test.yml` (+25 -0) 📝 `setup.py` (+1 -0) ➕ `tests/test_init.py` (+40 -0) ➕ `tests/test_util.py` (+5 -0) </details> ### 📄 Description # Summary Setup pytest and add happy path tests. In collaboration with @apkallum. # Changes these areas - [ ] Bugfixes - [X] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Archived data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:48:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1119
No description provided.