Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Oct 21, 2024
1 parent 8651b15 commit 6703cd0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This code repository is now deprecated There is a [Node/Javascript based rewrite

### 🛠️ What This Means

* No Further Updates: We will no longer be providing updates, bug fixes, or new features for this repository.
* Limited Support: Official support will be discontinued.
* No Further Updates: We will no longer be providing updates, bug fixes, or new features for this repository.
* Limited Support: Official support will be discontinued.
* Archival: The repository will be archived soon, making it read-only.

🔍 Alternatives and Recommendations
Expand Down Expand Up @@ -39,6 +39,7 @@ Sites can be scanned using:
## Development

### Prerequisites

* Python 3.11
* Git
* pip
Expand Down Expand Up @@ -69,10 +70,11 @@ $ httpobs-server
### Running tests

```bash
$ nosetests httpobs/tests --with-coverage --cover-package=httpobs
nosetests httpobs/tests --with-coverage --cover-package=httpobs
```

## Running a scan from the local codebase, without DB, for continuous integration

```bash
# Install the HTTP Observatory
$ git clone https://github.com/mozilla/http-observatory.git
Expand All @@ -82,6 +84,7 @@ $ poetry install
```

### Using the scanner function calls

```python
>>> from httpobs.scanner import scan
>>> scan('observatory.mozilla.org') # a scan with default options
Expand All @@ -95,6 +98,7 @@ $ poetry install
```

### The same, but with the local CLI

```bash
$ poetry shell
$ httpobs-local-scan --http-port 8080 --https-port 8443 --path '/foo/bar' \
Expand Down

0 comments on commit 6703cd0

Please sign in to comment.