McFly Test
.
🚀 Using
Prerequisites
1. Install Docker
- Go to Docker, download and install docker.
- Configure Docker to use the BuildKit build system. On macOS and Windows, BuildKit is enabled by default in Docker Desktop.
To install this package, run:
pip install mcfly_test
✨ Setup VSCode
Open this repo with VSCode, build DevContainer and Dev Containers: Reopen in Container.
✨ Setup PyCharm
Open this repo with PyCharm, and configure Docker Compose as a remote interpreter with the dev service.
🧑💻 Contributing
The following commands can be used inside a DevContainer.
Run linters
poe lint
Run tests
poe test
Update poetry lock file
poetry lock --no-update
Outside a DevContainer
- Run linters
docker compose run devcontainer poe lint
- Run tests
docker compose run devcontainer poe test
- Update poetry lock file
docker compose run devcontainer poetry lock --no-update
# Update the docker image with the new lock file
docker compose build
- Open a shell in docker
docker compose run devcontainer
Shortcuts outside a DevContainer
make lintmake testmake lockmake shell
️⚡️ Scaffolded with Poetry Copier
🛠️ Open an issue if you have any questions or suggestions.
Release files for mcfly_test 0.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mcfly_test-0.0.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mcfly_test-0.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.3 kB
Release files / mcfly_test-0.0.0.tar.gz
| Download URL | mcfly_test-0.0.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c2af2a368ab43749ac97043cea08cb23c2d2eabd4fcd74112d05cd1dfdf02ae8
|
|
BLAKE2b-256 checksum How to use checksums |
cc29c5e7e30d96fda2ef16126023791f56045d2bf926c1dc6ad8e1ebdcb4b958
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Linux/5.4.109+
|
Release files / mcfly_test-0.0.0-py3-none-any.whl
| Download URL | mcfly_test-0.0.0-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b0fdacec3001e2e98f837c40552169ff16d3d478ca8572abc960a7c0f1b4a9a
|
|
BLAKE2b-256 checksum How to use checksums |
6bede1301026892d5fd6c1b0552d373f13e004d8df9b56b6dc69110cf5ff2446
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Linux/5.4.109+
|