Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added travis stuff #22

Open
wants to merge 2,483 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2483 commits
Select commit Hold shift + click to select a range
7b57df0
Better test.
rchateauneu May 24, 2020
9ee0206
Comments.
rchateauneu May 24, 2020
5ea97ec
New port number of HTML tests.
rchateauneu May 24, 2020
8986359
Fix dependency in Python 2.
rchateauneu May 24, 2020
3e8162c
Debugging,
rchateauneu May 24, 2020
9270112
New test.
rchateauneu May 24, 2020
43009d8
Find Travis problem.
rchateauneu May 25, 2020
e10b203
Refactoring.
rchateauneu May 25, 2020
1ce1de3
bytes / str
rchateauneu May 25, 2020
3f5e372
Fix spurious message.
rchateauneu May 25, 2020
feb4f61
New test.
rchateauneu May 25, 2020
a1b402a
New test.
rchateauneu May 25, 2020
35e4234
Fix Windows tests.
rchateauneu May 25, 2020
dd0f3ff
Debug.
rchateauneu May 25, 2020
272b1ad
Better logging.
rchateauneu May 25, 2020
8b507d0
Renaming.
rchateauneu May 25, 2020
73bfa29
Chasing bugs.
rchateauneu May 25, 2020
67e2844
Fix for some Python configurations.
rchateauneu May 25, 2020
fdb72d9
Cleanup.
rchateauneu May 25, 2020
3a7f769
Create function standardize_file_path
rchateauneu May 26, 2020
85cfd1d
Fix for tests.
rchateauneu May 26, 2020
288ae89
New Linux test.
rchateauneu May 26, 2020
db12ad1
Specific Travis log.
rchateauneu May 26, 2020
6f73f15
More logging for debugging.
rchateauneu May 26, 2020
493cc7e
Avoid excessive path concatenation.
rchateauneu May 26, 2020
68bc971
More logging.
rchateauneu May 26, 2020
180b9a1
Typos and more logging.
rchateauneu May 26, 2020
aa4fe24
Print more information.
rchateauneu May 26, 2020
84df662
Print strace and ltrace versions.
rchateauneu May 26, 2020
b736568
Fix versioning.
rchateauneu May 26, 2020
a231ae5
Fix ltrace version.
rchateauneu May 26, 2020
b16aafb
Bytes, not str.
rchateauneu May 26, 2020
1e1102f
Display ltrace version.
rchateauneu May 26, 2020
09ff893
Byte not str.
rchateauneu May 26, 2020
b3ee9ca
Again ...
rchateauneu May 26, 2020
8bf91ce
bytes/str
rchateauneu May 26, 2020
8bca49a
Better Usage.
rchateauneu May 26, 2020
ce93d48
Cleanup.
rchateauneu May 26, 2020
84c3e89
More logging.
rchateauneu May 26, 2020
80c944d
Simplify tests.
rchateauneu May 27, 2020
38b0ab7
Cleanup.
rchateauneu May 27, 2020
27763cc
Fix CreateProcessA
rchateauneu May 27, 2020
8f35e7c
Fix useless variable.
rchateauneu May 29, 2020
a41f574
Code cleanup.
rchateauneu May 29, 2020
b25e550
File paths will be unicode.
rchateauneu May 29, 2020
5dee67b
Cleanup.
rchateauneu May 29, 2020
1a0263c
Cleanup.
rchateauneu May 29, 2020
3fe52a2
Cleanup.
rchateauneu Jun 1, 2020
fd9ef53
Avoid duplicates in path.
rchateauneu Jun 1, 2020
d5d3089
Missing return value.
rchateauneu Jun 1, 2020
488b666
Cleaner pytest assert.
rchateauneu Jun 1, 2020
854bbaf
Comments. Less logging. Detect exception.
rchateauneu Jun 1, 2020
686b887
Simpler code.
rchateauneu Jun 1, 2020
b7fba24
Less logging.
rchateauneu Jun 11, 2020
ebdb73e
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jun 11, 2020
a495fe7
Fix detection of subprocesses.
rchateauneu Jun 11, 2020
aa0c1cc
Disable some broken tests.
rchateauneu Jun 11, 2020
c614dda
Another test disabled on Travis.
rchateauneu Jun 11, 2020
6ea13c0
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jun 11, 2020
90f33ee
Disable another test for Travis.
rchateauneu Jun 11, 2020
5fb330a
Another test which used to work on Travis.
rchateauneu Jun 11, 2020
193275f
Another disabled test.
rchateauneu Jun 11, 2020
f4ca059
More tests disabled on Travis.
rchateauneu Jun 11, 2020
f49ac8a
More tests disabled on Travis.
rchateauneu Jun 11, 2020
b65ca50
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jun 12, 2020
171c951
Fix port number.
rchateauneu Jun 12, 2020
789e27e
Disable more tests on Travis.
rchateauneu Jun 12, 2020
079677f
One more test disabled on Travis.
rchateauneu Jun 12, 2020
fee5493
Fix graphviz and SVG test.
rchateauneu Jun 12, 2020
fda6684
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jun 12, 2020
69ec995
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jun 12, 2020
e5ea04b
Fix assert on Windows 10.
rchateauneu Jun 13, 2020
c860759
is_windows10 for Windows only.
rchateauneu Jun 13, 2020
f452cae
Temp fix for a machine with pyodbc but no credentials.
rchateauneu Jun 13, 2020
0a09555
More tolerant test on Windows 10.
rchateauneu Jun 13, 2020
1116c63
More specific filtering of tests on Windows 10 instead of Travis.
rchateauneu Jun 13, 2020
0eaeb71
More tolerant test on Windows 10 wrt filename cases.
rchateauneu Jun 13, 2020
2ff953a
Adjust tests on Windows 10.
rchateauneu Jun 13, 2020
11739ae
Backslash in string.
rchateauneu Jun 13, 2020
35ee2d9
Better filtering of test on Windows 10 instead of Travis.
rchateauneu Jun 13, 2020
41aa5f0
Less logging.
rchateauneu Jun 13, 2020
c6ac876
Refactoring.
rchateauneu Jun 13, 2020
d02c081
More tests disabled.
rchateauneu Jun 13, 2020
8b5334e
Remove test code.
rchateauneu Jun 13, 2020
f6351d1
Renaming.
rchateauneu Jun 13, 2020
609ea9b
Remove unused variable.
rchateauneu Jun 13, 2020
4e0affd
Adjust filter on events tests.
rchateauneu Jun 13, 2020
448e3f0
Add has_credentials and cleanup code.
rchateauneu Jun 13, 2020
838c704
Syntax error.
rchateauneu Jun 13, 2020
e1396d9
Simple fix if DNS timeout.
rchateauneu Jun 13, 2020
521d28e
ODBC tests need pyodbc and a connection.
rchateauneu Jun 13, 2020
9503971
Created new test.
rchateauneu Jun 14, 2020
1be0eb5
Set execution flag
rchateauneu Jun 14, 2020
5ac6f5e
Set execution flag
rchateauneu Jun 14, 2020
4e3efbe
Another Windows 10 test disabled because sometimes failing.
rchateauneu Jun 14, 2020
3819b9e
More Unix tests.
rchateauneu Jun 14, 2020
1884403
Fix scripts names.
rchateauneu Jun 14, 2020
0f3cd17
Fix Linux tests.
rchateauneu Jun 14, 2020
c1b89ff
Fix Linux test.
rchateauneu Jun 14, 2020
5678263
Python 3.
rchateauneu Jun 14, 2020
ce524c4
Python 3.
rchateauneu Jun 14, 2020
fc382d9
Python 3.
rchateauneu Jun 14, 2020
c896949
Fix Linux.
rchateauneu Jun 14, 2020
581959e
Linux Python 3.
rchateauneu Jun 14, 2020
ff7f6a8
More SVG tests.
rchateauneu Jun 14, 2020
1c20a64
More Linux tests.
rchateauneu Jun 14, 2020
6c1659f
Fix Windows 10 due to garbage collector asynchronously called.
rchateauneu Jun 15, 2020
1d577a3
Fix for Travis.
rchateauneu Jun 15, 2020
5809181
Fix Python 3 unicode escape sequence.
rchateauneu Jun 15, 2020
2aa633f
Travis fixes.
rchateauneu Jun 15, 2020
ba9716e
Travis.
rchateauneu Jun 15, 2020
0c40b74
Disable test_local_agent_svg which sometimes fails locally.
rchateauneu Jun 15, 2020
8f9dc73
More tests.
rchateauneu Jun 15, 2020
876d939
Ensure that _top_process_id is set with a specific starting call.
rchateauneu Jun 15, 2020
bb16766
Reenable tests on Travis.
rchateauneu Jun 15, 2020
4dcf630
Disable two tests which work everywhere except on Travis.
rchateauneu Jun 15, 2020
b62ab3e
Disable on test on Travis.
rchateauneu Jun 15, 2020
4451e77
Again disabling. Why ? It worked, then failed, then worked etc...
rchateauneu Jun 15, 2020
f96afab
Finer error detection.
rchateauneu Jun 15, 2020
383690b
Cleanup.
rchateauneu Jun 15, 2020
9580fea
Less logging.
rchateauneu Jun 15, 2020
13e3323
Longer timeout for Python packages.
rchateauneu Jun 15, 2020
23408fb
Factorisation of test code.
rchateauneu Jun 15, 2020
11cf72f
Added function bind, plus factorisation.
rchateauneu Jun 16, 2020
b78f874
Added new test for function bind().
rchateauneu Jun 16, 2020
41c8ffa
Adjust test for Windows 10.
rchateauneu Jun 16, 2020
e75f59b
Add counter for debugging.
rchateauneu Jun 18, 2020
7541158
Avoid warning message on leaving the application.
rchateauneu Jun 18, 2020
b37bbea
Code speedup.
rchateauneu Jun 18, 2020
8668822
Added SQLDataSources(). Added internal counters _debug_counter_before…
rchateauneu Jun 18, 2020
88720a8
Factorise test. Added new tests.
rchateauneu Jun 18, 2020
d87cce4
Cleanup. More logging.
rchateauneu Jun 18, 2020
3e17f5c
Added two debug counters.
rchateauneu Jun 18, 2020
3c77924
Extra safety wrt hooks manager cleanup.
rchateauneu Jun 18, 2020
5b48291
Extra safety wrt hooks manager cleanup.
rchateauneu Jun 18, 2020
203fceb
Code cleanup and refactoring.
rchateauneu Jun 19, 2020
8c056ed
One new test.
rchateauneu Jun 19, 2020
227762c
Added function check_program_exists()
rchateauneu Jun 20, 2020
d0ea1f7
Added Perl test.
rchateauneu Jun 20, 2020
30f5252
Less logging.
rchateauneu Jun 20, 2020
ad18a37
Get more information about Perl execution.
rchateauneu Jun 20, 2020
e96f5fb
More tests.
rchateauneu Jun 20, 2020
b419e94
Disable Perl test on Windows 10.
rchateauneu Jun 20, 2020
93bbf4b
Retry with another test.
rchateauneu Jun 21, 2020
49cc818
One more test reenabled on Travis. Progress Perl tests.
rchateauneu Jun 21, 2020
5104fac
Another test reenabled on Travis.
rchateauneu Jun 21, 2020
bf37c47
Enable another test on Travis. Perl tests progress.
rchateauneu Jun 21, 2020
07f503e
Comment.
rchateauneu Jun 21, 2020
b6be3d0
Another re-enabled test.
rchateauneu Jun 21, 2020
7dbd66d
Another test reenabled on Travis.
rchateauneu Jun 21, 2020
6526adc
Fix indentation.
rchateauneu Jun 21, 2020
e8e5533
Another test reenabled on Travis.
rchateauneu Jun 21, 2020
7108959
Enable test_python_connect on Travis.
rchateauneu Jun 21, 2020
1a671d8
Re-enable test_python_os_system_dir_once on Travis.
rchateauneu Jun 21, 2020
8f118c2
Reenable test_python_os_system_dir_multiple on Travis.
rchateauneu Jun 21, 2020
c0918ef
test_start_python_process reenabled.
rchateauneu Jun 22, 2020
80d215a
Adjust flag i test.
rchateauneu Jun 22, 2020
7853df7
Enable test_cmd_create_process on Travis.
rchateauneu Jun 22, 2020
10b1af5
Code cleanup.
rchateauneu Jun 22, 2020
07e481f
Reenable test_DOS_nslookup on Travis.
rchateauneu Jun 22, 2020
60e451d
Cleanup. Progress Perl tests.
rchateauneu Jun 22, 2020
ebc5b63
Code cleanup.
rchateauneu Jun 22, 2020
1f3e034
Code cleanup.
rchateauneu Jun 22, 2020
d951c96
Extra logging.
rchateauneu Jun 23, 2020
b2ce8c1
More robust cleanup before test execution.
rchateauneu Jun 23, 2020
cffebfb
Adjust asserts for Perl processes.
rchateauneu Jun 23, 2020
44d2641
If the processs creation failed.
rchateauneu Jun 23, 2020
d2cd66f
Cleanup.
rchateauneu Jun 23, 2020
feabf55
Cleanup.
rchateauneu Jun 23, 2020
fdba038
Perl test on Windows10
rchateauneu Jun 23, 2020
949d6d2
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jun 23, 2020
9ead6f2
Fix on Travis.
rchateauneu Jun 24, 2020
5fd4429
Less logging.
rchateauneu Jun 24, 2020
7503283
Added new Perl tests.
rchateauneu Jun 24, 2020
e3f6441
Adjust test_perl_connect_perl_or for Windows 10.
rchateauneu Jun 24, 2020
b0e528e
Fix test_perl_connect_perl_org on Travis.
rchateauneu Jun 24, 2020
dc40e93
Enable test_perl_create_process_args on Travis.
rchateauneu Jun 24, 2020
12b62a1
Added optional parameter function_name to hook_container.hook.
rchateauneu Jun 24, 2020
91a01a0
Display function name when displaying called functions.
rchateauneu Jun 24, 2020
019fb78
Update web site.
rchateauneu Jun 25, 2020
85687fe
Update web site.
rchateauneu Jun 25, 2020
5f81fcc
Date mistake.
rchateauneu Jun 25, 2020
30936f2
Adjust text.
rchateauneu Jun 25, 2020
7855c4e
Added Scatter and Gather IO functions, and access violation handler.
rchateauneu Jun 25, 2020
b4d307b
Disable test_perl_create_process_args on Travis.
rchateauneu Jun 25, 2020
e11b961
Display the list of loaded DLLs.
rchateauneu Jun 25, 2020
2f3c2d8
Added new functions.
rchateauneu Jun 27, 2020
b8ef762
More internal counters.
rchateauneu Jun 27, 2020
896f36f
Print internal debug counters.
rchateauneu Jun 27, 2020
aee147e
INVALID_HANDLE_VALUE in 64 bits.
rchateauneu Jun 27, 2020
6b068ef
Added test_perl_create_directory()
rchateauneu Jun 28, 2020
5ff65d0
Add possibility to report a object creation attempt.
rchateauneu Jun 29, 2020
73304a6
Added test_perl_socket_bind. Disabled test_perl_create_directory on W…
rchateauneu Jun 29, 2020
f8a2b02
Translation.
rchateauneu Jun 29, 2020
b465414
Fix test_perl_socket_bind for Travis.
rchateauneu Jun 30, 2020
01f1b7f
Better logging for TerminateProcess()
rchateauneu Jun 30, 2020
039ad03
Cleanup of ctypes functions declarations.
rchateauneu Jun 30, 2020
5617121
Cleanup.
rchateauneu Jun 30, 2020
d90afd1
Added new test file.
rchateauneu Jun 30, 2020
bfdc5e8
Remove useless return code.
rchateauneu Jun 30, 2020
ebb5945
New test for enumerate_CIM_LogicalDisk.py
rchateauneu Jun 30, 2020
62c8e97
Less logging.
rchateauneu Jun 30, 2020
e66e869
Comment.
rchateauneu Jun 30, 2020
b2740bd
Cleanup.
rchateauneu Jun 30, 2020
0ccb526
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jun 30, 2020
73d681b
More checks.
rchateauneu Jun 30, 2020
95ead2d
Cleanup.
rchateauneu Jun 30, 2020
804cd59
More cleanup.
rchateauneu Jun 30, 2020
16e4c1a
Fix test and more cleanup.
rchateauneu Jun 30, 2020
567927d
Added one test. Cleanup.
rchateauneu Jun 30, 2020
786c03d
Validation of test_enumerate_sockets.
rchateauneu Jun 30, 2020
133210f
Temporary fail.
rchateauneu Jun 30, 2020
d1d735c
Fix test.
rchateauneu Jun 30, 2020
361f173
Better test.
rchateauneu Jun 30, 2020
9a43115
Cleanup.
rchateauneu Jun 30, 2020
014887d
Actually test memory search on Windows.
rchateauneu Jul 1, 2020
88eb40f
Fix check_program_exists.
rchateauneu Jul 1, 2020
9a8c840
Disable tests on Linux.
rchateauneu Jul 1, 2020
2795b08
Python 3 and code cleanup.
rchateauneu Jul 2, 2020
5a79c2c
Python 3.
rchateauneu Jul 2, 2020
235226e
Temporary disable on Travis.
rchateauneu Jul 2, 2020
25183de
Better error reporting when parsing XML-RDF.
rchateauneu Jul 6, 2020
4942930
Use existing is_py3
rchateauneu Jul 6, 2020
8b49bb3
Use existing cim_objects_definitions.is_py3
rchateauneu Jul 6, 2020
422e910
Use cim_objects_definitions.is_py3
rchateauneu Jul 6, 2020
e86ce09
Use lib_util.is_py3
rchateauneu Jul 6, 2020
bab98fc
Use lib_util.is_py3
rchateauneu Jul 6, 2020
ddb6878
Use lib_util.is_py3
rchateauneu Jul 6, 2020
48f9382
Use lib_util.is_py3.
rchateauneu Jul 6, 2020
dbf0cf6
Fix is_py3
rchateauneu Jul 6, 2020
c201d13
Use lib_util.is_py3.
rchateauneu Jul 6, 2020
6ec9bb4
Use lib_util.is_py3
rchateauneu Jul 6, 2020
6512f0c
Use lib_util.is_py3
rchateauneu Jul 6, 2020
8ab2136
Use lib_util.is_py3
rchateauneu Jul 6, 2020
0cf9822
Use lib_util.is_py3
rchateauneu Jul 6, 2020
3352331
Refactor script.
rchateauneu Jul 6, 2020
0fd0137
Added other details for tests.
rchateauneu Jul 6, 2020
2706222
More complete test.
rchateauneu Jul 6, 2020
0764e06
Cleanup.
rchateauneu Jul 7, 2020
523b445
Code cleanup and refactoring.
rchateauneu Jul 7, 2020
8a5b8f8
Refactor code.
rchateauneu Jul 8, 2020
7b92caf
Code cleanup. Refactoring.
rchateauneu Jul 8, 2020
3f1a04a
Bad comment.
rchateauneu Jul 8, 2020
3be8bf7
Refactor.
rchateauneu Jul 8, 2020
358b1fe
Process memory regex tests.
rchateauneu Jul 8, 2020
1cd075a
Merge.
rchateauneu Jul 8, 2020
eb467db
Typo.
rchateauneu Jul 8, 2020
7a82290
Merge branch 'master' of https://github.com/rchateauneu/survol
rchateauneu Jul 8, 2020
e638268
Added travis stuff
AugustinMascarelli Jul 29, 2020
6cf7959
Added travis stuff 2
AugustinMascarelli Jul 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Greetings

on: [pull_request, issues]

jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for this first issue'
pr-message: 'Thanks for this first pull request'
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

6 changes: 4 additions & 2 deletions .idea/PythonStyle.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/dictionaries/rchat.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 3 additions & 10 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,801 changes: 629 additions & 1,172 deletions .idea/workspace.xml

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js

node_js:
- "stable"
env:
- NODE_ENV="developpement"
- NODE_ENV="production";SESSION_SECRET="la li"

services:
- mongodb
script: gulp travis
2 changes: 1 addition & 1 deletion Experimental/CTypesTests/ctypes_scanner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import ctypes
import platform
Expand Down
2 changes: 1 addition & 1 deletion Experimental/Divers/cgi_hostname_traceroute.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

"""
Phllip Calvin's python-traceroute.py, from http://gist.github.com/502451
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import os
import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python
#!/usr/bin/env python

CA SERT A RIEN
# This does not seem to be useful.



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import struct
import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import sys
import socket
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Experimental/Divers/tst_dbus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

# http://www.mattfischer.com/blog/?p=494

Expand Down
2 changes: 1 addition & 1 deletion Experimental/Divers/tst_dbus_small.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

# http://www.mattfischer.com/blog/?p=494

Expand Down
2 changes: 1 addition & 1 deletion Experimental/Divers/webserver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from BaseHTTPServer import BaseHTTPRequestHandler,HTTPServer
from os import curdir, sep
import cgi
Expand Down
1,960 changes: 1,960 additions & 0 deletions Experimental/Jupyter_Notebook_Tests/GeneralJupyterTests.ipynb

Large diffs are not rendered by default.

Loading