Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
satella
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
satella
Commits
df384f91
Commit
df384f91
authored
1 year ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
removed Docker unit tests
parent
5fb25468
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.dockerignore
+0
-2
0 additions, 2 deletions
.dockerignore
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
Dockerfile
+0
-21
0 additions, 21 deletions
Dockerfile
README.md
+2
-3
2 additions, 3 deletions
README.md
with
7 additions
and
26 deletions
.dockerignore
deleted
100644 → 0
+
0
−
2
View file @
5fb25468
.git/
.idea/
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
5
−
0
View file @
df384f91
# v2.24.3
# v2.24.3
Build system
============
*
removed Docker unit tests
This diff is collapsed.
Click to expand it.
Dockerfile
deleted
100644 → 0
+
0
−
21
View file @
5fb25468
FROM
python:3.8
ADD
requirements.txt /app/requirements.txt
RUN
pip
install
-r
/app/requirements.txt
&&
\
pip
install
nose2 mock coverage nose2[mp] nose2[coverage_plugin]
ADD
satella /app/satella
ADD
tests /app/tests
ADD
unittest.cfg /app/unittest.cfg
ADD
setup.py /app/setup.py
ADD
setup.cfg /app/setup.cfg
ADD
LICENSE /app/LICENSE
ADD
README.md /app/README.md
ADD
MANIFEST.in /app/MANIFEST.in
ADD
tests/test_docker.sh /test_docker.sh
RUN
chmod
ugo+x /test_docker.sh
WORKDIR
/app
CMD
["/test_docker.sh"]
This diff is collapsed.
Click to expand it.
README.md
+
2
−
3
View file @
df384f91
...
@@ -50,7 +50,6 @@ this is copyright (c) respective authors.
...
@@ -50,7 +50,6 @@ this is copyright (c) respective authors.
Running unit tests
Running unit tests
------------------
------------------
Tests run by default on CircleCI. Just build and run the attached
[
Dockerfile
](
Dockerfile
)
. These tests run on Python
Tests run by default on CircleCI.
3.
8. Also, if you run it under PyPy it will launch some tests targeted at that platform.
They pass on Windows too, but some tests requiring POSIX-like functionality are skipped.
They
should
pass on Windows too, but some tests requiring POSIX-like functionality are skipped.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment