Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
73934a3f
Commit
73934a3f
authored
Jul 19, 2018
by
Michael Droettboom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use instafail so we can see what's going on
parent
5c5bf6ad
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.circleci/config.yml
.circleci/config.yml
+1
-1
Makefile
Makefile
+1
-1
README.md
README.md
+1
-1
No files found.
.circleci/config.yml
View file @
73934a3f
...
...
@@ -23,7 +23,7 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8
sudo update-alternatives --set gcc /usr/bin/gcc-8
sudo pip install pytest-xdist selenium PyYAML
sudo pip install pytest-xdist
pytest-instafail
selenium PyYAML
# Get recent version of Firefox and geckodriver
wget -O firefox.tar.bz2 https://download.mozilla.org/\?product\=firefox-nightly-latest-ssl\&os\=linux64\&lang\=en-US
...
...
Makefile
View file @
73934a3f
...
...
@@ -98,7 +98,7 @@ build/renderedhtml.css: src/renderedhtml.less
test
:
all build/test.html build/test_data.txt
py.test
test
-v
py.test
test
-v
--instafail
build/test_data.txt
:
test/data.txt
...
...
README.md
View file @
73934a3f
...
...
@@ -37,7 +37,7 @@ Additional build prerequisites are:
Install the following dependencies into the default Python installation:
`pip install pytest selenium`
`pip install pytest selenium
pytest-instafail
`
Install
[
geckodriver
](
https://github.com/mozilla/geckodriver/releases
)
somewhere
on your
`PATH`
.
...
...
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