Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pdf-miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Qin Kaijie
pdf-miner
Commits
0478c0bf
Unverified
Commit
0478c0bf
authored
Sep 12, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Sep 12, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete .pytest_cache directory
parent
a4c72e2e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
20 deletions
+0
-20
.gitignore
.pytest_cache/.gitignore
+0
-2
CACHEDIR.TAG
.pytest_cache/CACHEDIR.TAG
+0
-4
README.md
.pytest_cache/README.md
+0
-8
lastfailed
.pytest_cache/v/cache/lastfailed
+0
-4
nodeids
.pytest_cache/v/cache/nodeids
+0
-1
stepwise
.pytest_cache/v/cache/stepwise
+0
-1
No files found.
.pytest_cache/.gitignore
deleted
100644 → 0
View file @
a4c72e2e
# Created by pytest automatically.
*
.pytest_cache/CACHEDIR.TAG
deleted
100644 → 0
View file @
a4c72e2e
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by pytest.
# For information about cache directory tags, see:
# https://bford.info/cachedir/spec.html
.pytest_cache/README.md
deleted
100644 → 0
View file @
a4c72e2e
# pytest cache directory #
This directory contains data from the pytest's cache plugin,
which provides the
`--lf`
and
`--ff`
options, as well as the
`cache`
fixture.
**Do not**
commit this to version control.
See
[
the docs
](
https://docs.pytest.org/en/stable/how-to/cache.html
)
for more information.
.pytest_cache/v/cache/lastfailed
deleted
100644 → 0
View file @
a4c72e2e
{
"tests/unittest/test_unit.py": true,
"tests/unittest/test_table/test_tablemaster.py": true
}
\ No newline at end of file
.pytest_cache/v/cache/nodeids
deleted
100644 → 0
View file @
a4c72e2e
[]
\ No newline at end of file
.pytest_cache/v/cache/stepwise
deleted
100644 → 0
View file @
a4c72e2e
[]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment